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

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

Issue 12209076: [Sync] Enable searching sync setup overlay from settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/options.js
diff --git a/chrome/browser/resources/options/options.js b/chrome/browser/resources/options/options.js
index 3ab6a92bc4eb323abd249c1ad5b2704cb5530ec4..4d6b36998fbc2185a32263abe8e84017f4be9724 100644
--- a/chrome/browser/resources/options/options.js
+++ b/chrome/browser/resources/options/options.js
@@ -160,7 +160,8 @@ function load() {
OptionsPage.registerOverlay(StartupOverlay.getInstance(),
BrowserOptions.getInstance());
OptionsPage.registerOverlay(SyncSetupOverlay.getInstance(),
- BrowserOptions.getInstance());
+ BrowserOptions.getInstance(),
+ [$('customize-sync')]);
if (cr.isChromeOS) {
OptionsPage.registerOverlay(AccountsOptions.getInstance(),
BrowserOptions.getInstance(),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698