| Index: chrome/test/automation/automation_proxy.cc
|
| ===================================================================
|
| --- chrome/test/automation/automation_proxy.cc (revision 31172)
|
| +++ chrome/test/automation/automation_proxy.cc (working copy)
|
| @@ -220,12 +220,6 @@
|
| return Send(new AutomationMsg_SavePackageShouldPromptUser(0, should_prompt));
|
| }
|
|
|
| -bool AutomationProxy::SetEnableExtensionAutomation(
|
| - const std::vector<std::string>& functions_enabled) {
|
| - return Send(
|
| - new AutomationMsg_SetEnableExtensionAutomation(0, functions_enabled));
|
| -}
|
| -
|
| bool AutomationProxy::GetBrowserWindowCount(int* num_windows) {
|
| if (!num_windows) {
|
| NOTREACHED();
|
|
|