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

Unified Diff: chrome/browser/automation/testing_automation_provider.h

Issue 10533038: Switch back to the old method of launching the login flow while keeping some of the benefits of the… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review Created 8 years, 6 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/automation/testing_automation_provider.h
diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
index b5192f7278e4d7db6b81f1a2c2de64bee8add71d..a1186c30975f745f5288d2d765fa8cd3f57759db 100644
--- a/chrome/browser/automation/testing_automation_provider.h
+++ b/chrome/browser/automation/testing_automation_provider.h
@@ -1339,6 +1339,8 @@ class TestingAutomationProvider : public AutomationProvider,
void LoginAsGuest(base::DictionaryValue* args, IPC::Message* reply_message);
+ void StartLogin(base::DictionaryValue* args, IPC::Message* reply_message);
+
void AddLoginEventObserver(DictionaryValue* args,
IPC::Message* reply_message);

Powered by Google App Engine
This is Rietveld 408576698