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

Unified Diff: chrome/test/webdriver/webdriver_automation.cc

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/test/webdriver/webdriver_automation.h ('k') | chrome/test/webdriver/webdriver_session.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/webdriver_automation.cc
===================================================================
--- chrome/test/webdriver/webdriver_automation.cc (revision 132618)
+++ chrome/test/webdriver/webdriver_automation.cc (working copy)
@@ -30,7 +30,6 @@
#include "chrome/test/automation/automation_json_requests.h"
#include "chrome/test/automation/automation_proxy.h"
#include "chrome/test/automation/browser_proxy.h"
-#include "chrome/test/automation/extension_proxy.h"
#include "chrome/test/automation/proxy_launcher.h"
#include "chrome/test/automation/tab_proxy.h"
#include "chrome/test/base/chrome_process_util.h"
@@ -779,12 +778,6 @@
*error = Error::FromAutomationError(auto_error);
}
-void Automation::InstallExtensionDeprecated(
- const FilePath& path, Error** error) {
- if (!launcher_->automation()->InstallExtension(path, false).get())
- *error = new Error(kUnknownError, "Failed to install extension");
-}
-
void Automation::InstallExtension(
const FilePath& path, std::string* extension_id, Error** error) {
*error = CheckNewExtensionInterfaceSupported();
« no previous file with comments | « chrome/test/webdriver/webdriver_automation.h ('k') | chrome/test/webdriver/webdriver_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698