| Index: chrome/browser/automation/testing_automation_provider.h
|
| ===================================================================
|
| --- chrome/browser/automation/testing_automation_provider.h (revision 154448)
|
| +++ chrome/browser/automation/testing_automation_provider.h (working copy)
|
| @@ -522,18 +522,6 @@
|
| base::DictionaryValue* args,
|
| IPC::Message* reply_message);
|
|
|
| - // Get info about blocked popups in a tab.
|
| - // Uses the JSON interface for input/output.
|
| - void GetBlockedPopupsInfo(Browser* browser,
|
| - base::DictionaryValue* args,
|
| - IPC::Message* reply_message);
|
| -
|
| - // Launch a blocked popup.
|
| - // Uses the JSON interface for input/output.
|
| - void UnblockAndLaunchBlockedPopup(Browser* browser,
|
| - base::DictionaryValue* args,
|
| - IPC::Message* reply_message);
|
| -
|
| // Get info about theme.
|
| // Uses the JSON interface for input/output.
|
| void GetThemeInfo(Browser* browser,
|
|
|