Chromium Code Reviews| 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 b8211d4428305d158251a1bc6eca8201e0745403..4d691165b6cdef9028e6268433f07d73bf1ccfeb 100644 |
| --- a/chrome/browser/automation/testing_automation_provider.h |
| +++ b/chrome/browser/automation/testing_automation_provider.h |
| @@ -1150,6 +1150,14 @@ class TestingAutomationProvider : public AutomationProvider, |
| void UpdateExtensionsNow(base::DictionaryValue* args, |
| IPC::Message* reply_message); |
| + // Creates a new |TestingAutomationProvider| that opens a server channel |
| + // for the given |channel_id|. |
| + // Example: |
| + // input: { "channel_id": "testChannel123" } |
| + // output: none |
|
Nirnimesh
2011/08/01 19:21:24
remove this line
kkania
2011/08/02 15:10:44
Done.
|
| + void CreateNewAutomationProvider(base::DictionaryValue* args, |
| + IPC::Message* reply_message); |
| + |
| #if defined(OS_CHROMEOS) |
| void GetLoginInfo(base::DictionaryValue* args, IPC::Message* reply_message); |