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

Unified Diff: chrome/browser/ui/webui/settings/people_handler.h

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, 11 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
Index: chrome/browser/ui/webui/settings/people_handler.h
diff --git a/chrome/browser/ui/webui/settings/people_handler.h b/chrome/browser/ui/webui/settings/people_handler.h
index 016aa5f9108393059ffb7afb220115dc9665e777..bbbd335a40bcf3930c9f3dc409efe31efdc8f23f 100644
--- a/chrome/browser/ui/webui/settings/people_handler.h
+++ b/chrome/browser/ui/webui/settings/people_handler.h
@@ -72,7 +72,7 @@ class PeopleHandler : public content::WebUIMessageHandler,
void OnProfileAvatarChanged(const base::FilePath& profile_path) override;
// Initializes the sync setup flow and shows the setup UI.
- void OpenSyncSetup(const base::ListValue* args);
+ void OpenSyncSetup(bool creating_supervised_user);
// Shows advanced configuration dialog without going through sign in dialog.
// Kicks the sync backend if necessary with showing spinner dialog until it

Powered by Google App Engine
This is Rietveld 408576698