| Index: chrome/test/automation/automation_proxy.cc
|
| ===================================================================
|
| --- chrome/test/automation/automation_proxy.cc (revision 44885)
|
| +++ chrome/test/automation/automation_proxy.cc (working copy)
|
| @@ -234,9 +234,9 @@
|
| }
|
|
|
| scoped_refptr<ExtensionProxy> AutomationProxy::InstallExtension(
|
| - const FilePath& crx_file, bool with_ui) {
|
| + const FilePath& crx_file) {
|
| int handle = 0;
|
| - if (!Send(new AutomationMsg_InstallExtensionAndGetHandle(0, crx_file, with_ui,
|
| + if (!Send(new AutomationMsg_InstallExtensionAndGetHandle(0, crx_file,
|
| &handle)))
|
| return NULL;
|
|
|
| @@ -531,7 +531,3 @@
|
| return sent && success;
|
| }
|
| #endif
|
| -
|
| -bool AutomationProxy::ResetToDefaultTheme() {
|
| - return Send(new AutomationMsg_ResetToDefaultTheme(0));
|
| -}
|
|
|