| Index: chrome/test/automation/automation_proxy.h
|
| ===================================================================
|
| --- chrome/test/automation/automation_proxy.h (revision 132618)
|
| +++ chrome/test/automation/automation_proxy.h (working copy)
|
| @@ -29,7 +29,6 @@
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| class BrowserProxy;
|
| -class ExtensionProxy;
|
| class TabProxy;
|
| class WindowProxy;
|
| struct ExternalTabSettings;
|
| @@ -191,13 +190,6 @@
|
| // load_time is how long, in ms, the tab contents took to load.
|
| void SignalNewTabUITab(int load_time);
|
|
|
| - // Installs the extension. If |with_ui| is true an install confirmation
|
| - // and notification UI is shown, otherwise the install is silent. Returns the
|
| - // ExtensionProxy for the installed extension, or NULL on failure.
|
| - // Note: Overinstalls and downgrades will return NULL.
|
| - scoped_refptr<ExtensionProxy> InstallExtension(const FilePath& extension_path,
|
| - bool with_ui);
|
| -
|
| // Gets the next extension test result in |result|. Returns false if there
|
| // was a problem sending the result querying RPC.
|
| bool GetExtensionTestResult(bool* result, std::string* message);
|
|
|