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

Unified Diff: chrome_frame/chrome_frame_plugin.h

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_frame/chrome_frame_npapi_unittest.cc ('k') | chrome_frame/chrome_tab.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame_plugin.h
diff --git a/chrome_frame/chrome_frame_plugin.h b/chrome_frame/chrome_frame_plugin.h
index 6b5c8eaaf8da121f29cf24aa0165f2ac90cb8a36..b1a52bcba6cf6da83f42a87bb587d2c80e3f77f7 100644
--- a/chrome_frame/chrome_frame_plugin.h
+++ b/chrome_frame/chrome_frame_plugin.h
@@ -104,10 +104,6 @@ END_MSG_MAP()
return document_url_;
}
virtual void OnAutomationServerReady() {
- // Issue the extension automation request if we're privileged to
- // allow this control to handle extension requests from Chrome.
- if (is_privileged() && IsValid())
- automation_client_->SetEnableExtensionAutomation(functions_enabled_);
}
virtual bool IsValid() const {
@@ -267,12 +263,6 @@ END_MSG_MAP()
// and notifying the host browser that we're doing so.
// When the flag is not set, we transfer the focus to chrome.
bool ignore_setfocus_;
-
- // List of functions to enable for automation, or a single entry "*" to
- // enable all functions for automation. Ignored unless is_privileged_ is
- // true. Defaults to the empty list, meaning automation will not be
- // turned on.
- std::vector<std::string> functions_enabled_;
};
#endif // CHROME_FRAME_CHROME_FRAME_PLUGIN_H_
« no previous file with comments | « chrome_frame/chrome_frame_npapi_unittest.cc ('k') | chrome_frame/chrome_tab.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698