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

Unified Diff: chrome/test/automation/tab_proxy.cc

Issue 6756044: Remove extension automation support that was used only by CEEE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head. Created 9 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/automation/tab_proxy.h ('k') | chrome_frame/cfproxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/tab_proxy.cc
diff --git a/chrome/test/automation/tab_proxy.cc b/chrome/test/automation/tab_proxy.cc
index 2eb8dd27a1fa5a70a131150fe829ba5c0dcc7033..433f353e0313994c228d63b4609ea9f173cb6a3a 100644
--- a/chrome/test/automation/tab_proxy.cc
+++ b/chrome/test/automation/tab_proxy.cc
@@ -363,15 +363,6 @@ DOMElementProxyRef TabProxy::GetDOMDocument() {
return GetObjectProxy<DOMElementProxy>(element_handle);
}
-bool TabProxy::SetEnableExtensionAutomation(
- const std::vector<std::string>& functions_enabled) {
- if (!is_valid())
- return false;
-
- return sender_->Send(new AutomationMsg_SetEnableExtensionAutomation(
- handle_, functions_enabled));
-}
-
bool TabProxy::GetConstrainedWindowCount(int* count) const {
if (!is_valid())
return false;
« no previous file with comments | « chrome/test/automation/tab_proxy.h ('k') | chrome_frame/cfproxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698