Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(472)

Unified Diff: chrome/test/automation/automation_proxy.h

Issue 10115018: Convert the infobars interactive_ui_test to a browser_test. Remove the ExtensionProxy class which… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/automation_messages_internal.h ('k') | chrome/test/automation/automation_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/common/automation_messages_internal.h ('k') | chrome/test/automation/automation_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698