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

Unified Diff: chrome/browser/resources/options2/options.js

Issue 9382032: [uber page] Migrate the change picture sub-page to a dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/options2/options.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/options.js
diff --git a/chrome/browser/resources/options2/options.js b/chrome/browser/resources/options2/options.js
index 757b965f1eba2948bed5da2792e7ecb063b2d26f..2afe971c25c158d52e4f28e783ba6dff3623d1a6 100644
--- a/chrome/browser/resources/options2/options.js
+++ b/chrome/browser/resources/options2/options.js
@@ -75,9 +75,6 @@ function load() {
OptionsPage.registerSubPage(AccountsOptions.getInstance(),
BrowserOptions.getInstance(),
[$('manage-accounts-button')]);
- OptionsPage.registerSubPage(ChangePictureOptions.getInstance(),
- BrowserOptions.getInstance(),
- [$('change-picture-button')]);
OptionsPage.registerSubPage(InternetOptions.getInstance(),
BrowserOptions.getInstance(),
[$('internet-options-button')]);
@@ -190,6 +187,9 @@ function load() {
[$('bluetooth-add-device')]);
OptionsPage.registerOverlay(BluetoothPairing.getInstance(),
AdvancedOptions.getInstance());
+ OptionsPage.registerOverlay(ChangePictureOptions.getInstance(),
+ BrowserOptions.getInstance(),
+ [$('change-picture-button')]);
OptionsPage.registerOverlay(DetailsInternetPage.getInstance(),
InternetOptions.getInstance());
OptionsPage.registerOverlay(KeyboardOverlay.getInstance(),
« no previous file with comments | « chrome/browser/resources/options2/options.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698