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

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: Cleaned some logging and comments. 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);
Nirnimesh 2012/06/07 19:17:04 It's not obvious what StartLogin does. Please docu
craigdh 2012/06/07 23:16:52 Done. Renamed and added documentation.
+
void AddLoginEventObserver(DictionaryValue* args,
IPC::Message* reply_message);
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('j') | chrome/test/pyautolib/pyauto.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698