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

Unified Diff: chrome/test/webdriver/webdriver_session.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/test/webdriver/webdriver_automation.cc ('k') | chrome/test/webdriver/webdriver_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/webdriver_session.h
===================================================================
--- chrome/test/webdriver/webdriver_session.h (revision 132618)
+++ chrome/test/webdriver/webdriver_session.h (working copy)
@@ -308,9 +308,6 @@
// Waits for all views to stop loading. Returns true on success.
Error* WaitForAllViewsToStopLoading();
- // Install packed extension at |path|.
- Error* InstallExtensionDeprecated(const FilePath& path);
-
// Install extension at |path|.
Error* InstallExtension(const FilePath& path, std::string* extension_id);
« no previous file with comments | « chrome/test/webdriver/webdriver_automation.cc ('k') | chrome/test/webdriver/webdriver_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698