Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(666)

Issue 1368973003: Flesh out the location-page class to make it more general. (Closed)

Created:
5 years, 2 months ago by finnur1
Modified:
5 years, 1 month ago
Reviewers:
Finnur, Dan Beam
CC:
chromium-reviews, michaelpg+watch-md-settings_chromium.org, jhawkins+watch-md-settings_chromium.org, arv+watch_chromium.org, dbeam+watch-settings_chromium.org, stevenjb+watch-md-settings_chromium.org, jlklein+watch-md-settings_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Flesh out the location-page class to make it more general. Name retained for easier comparing. BUG=TBD

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 10

Messages

Total messages: 5 (2 generated)
Dan Beam
https://codereview.chromium.org/1368973003/diff/20001/chrome/browser/resources/settings/advanced_page/advanced_page.html File chrome/browser/resources/settings/advanced_page/advanced_page.html (right): https://codereview.chromium.org/1368973003/diff/20001/chrome/browser/resources/settings/advanced_page/advanced_page.html#newcode25 chrome/browser/resources/settings/advanced_page/advanced_page.html:25: <cr-settings-location-page prefs="{{prefs}}" contentSettingsType="[[5]]"> i'm pretty sure this binds to ...
5 years, 2 months ago (2015-09-29 16:38:55 UTC) #2
Finnur
Good points. Will address them. Wanted to get a quick answer to your question, and ...
5 years, 2 months ago (2015-09-30 10:26:06 UTC) #4
Dan Beam
5 years, 2 months ago (2015-09-30 17:29:46 UTC) #5
Message was sent while issue was closed.
https://codereview.chromium.org/1368973003/diff/1/chrome/browser/resources/se...
File chrome/browser/resources/settings/site_settings_page/site_settings_page.js
(right):

https://codereview.chromium.org/1368973003/diff/1/chrome/browser/resources/se...
chrome/browser/resources/settings/site_settings_page/site_settings_page.js:36:
this.$.pages.setSubpageChain(['search-engines']);
On 2015/09/30 10:26:06, Finnur wrote:
> This doesn't work since this.$.pages isn't defined. I need to investigate how
to
> show my page and set the contentSettingsType property. Any tips?

this.$.pages means "a local DOM node with id=pages", so find out how this is
working for other things

Powered by Google App Engine
This is Rietveld 408576698