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

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

Issue 10388107: [chromeos] Fix Logout automation when no browser windows are present. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 7 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 | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 10241259a2ae990412fd67bbce8359925ef4e9b4..46ff91e2565876c4a23416e9faa649c89f9e8711 100644
--- a/chrome/browser/automation/testing_automation_provider.h
+++ b/chrome/browser/automation/testing_automation_provider.h
@@ -1440,7 +1440,7 @@ class TestingAutomationProvider : public AutomationProvider,
IPC::Message* reply_message);
#if defined(OS_CHROMEOS)
- // Login.
+ // Login / Logout.
void GetLoginInfo(base::DictionaryValue* args, IPC::Message* reply_message);
void ShowCreateAccountUI(base::DictionaryValue* args,
@@ -1463,6 +1463,8 @@ class TestingAutomationProvider : public AutomationProvider,
void ExecuteJavascriptInOOBEWebUI(
base::DictionaryValue* args, IPC::Message* reply_message);
+ void SignOut(base::DictionaryValue* args, IPC::Message* reply_message);
+
// Screen locker.
void LockScreen(base::DictionaryValue* args, IPC::Message* reply_message);
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698