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

Unified Diff: chrome/browser/ui/cocoa/one_click_signin_dialog_mac.mm

Issue 9716018: mac: Update signature of ShowOneClickSigninDialog() to match declaration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« 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/ui/cocoa/one_click_signin_dialog_mac.mm
diff --git a/chrome/browser/ui/cocoa/one_click_signin_dialog_mac.mm b/chrome/browser/ui/cocoa/one_click_signin_dialog_mac.mm
index e70e8b16bb8e01ccae6cce3333aea7639df71aa4..b4a18983c8aced73f79a93f3629522c5b9458439 100644
--- a/chrome/browser/ui/cocoa/one_click_signin_dialog_mac.mm
+++ b/chrome/browser/ui/cocoa/one_click_signin_dialog_mac.mm
@@ -8,6 +8,7 @@
#include "chrome/browser/ui/sync/one_click_signin_dialog.h"
void ShowOneClickSigninDialog(Profile* profile,
+ const std::string& session_index,
const std::string& email,
const std::string& password) {
// TODO(rogerta): cocoa dialog not yet implemented. See
« 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