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

Unified Diff: chrome/browser/ui/sync/one_click_signin_dialog.h

Issue 9592015: Added multi-login support to one-click signin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit tests, remove experimental code Created 8 years, 9 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/sync/one_click_signin_dialog.h
diff --git a/chrome/browser/ui/sync/one_click_signin_dialog.h b/chrome/browser/ui/sync/one_click_signin_dialog.h
index cfab8ac3a412940cfd98218749c1f8e69e89e9c0..84f387b75465924017f3c2f026ebc55e2ea35cc1 100644
--- a/chrome/browser/ui/sync/one_click_signin_dialog.h
+++ b/chrome/browser/ui/sync/one_click_signin_dialog.h
@@ -14,6 +14,7 @@ class Profile;
// confirmation from the user. The implementation of this function is platform
// specific.
void ShowOneClickSigninDialog(Profile* profile,
+ const std::string& session_index,
const std::string& email,
const std::string& password);

Powered by Google App Engine
This is Rietveld 408576698