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

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

Issue 1608103002: Settings Rewrite: Fix Opening Sync User login (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | chrome/browser/resources/options/manage_profile_overlay.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/browser_options.js
diff --git a/chrome/browser/resources/options/browser_options.js b/chrome/browser/resources/options/browser_options.js
index faff91ed83e6f5ef15fbb7b1ae9caa978dc596b6..d6e92d66c44ca29ce71ff3f9fe0cd94c862489b0 100644
--- a/chrome/browser/resources/options/browser_options.js
+++ b/chrome/browser/resources/options/browser_options.js
@@ -200,7 +200,7 @@ cr.define('options', function() {
} else if (cr.isChromeOS) {
SyncSetupOverlay.showSetupUI();
} else {
- SyncSetupOverlay.startSignIn('access-point-settings');
+ SyncSetupOverlay.startSignIn(false /* creatingSupervisedUser */);
}
};
$('customize-sync').onclick = function(event) {
« no previous file with comments | « no previous file | chrome/browser/resources/options/manage_profile_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698