diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-06 15:18:04 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-06 15:18:04 +0000 |
commit | 7419d4b42d6be9b4b0f93c3fc4a85ca104e24821 (patch) | |
tree | 93896973bafb635a55e3595bb772356b21b405d0 /chrome_frame/chrome_frame_plugin.h | |
parent | e608d5644b2b4c76ffad9a7d443f338746256e8b (diff) | |
download | chromium_src-7419d4b42d6be9b4b0f93c3fc4a85ca104e24821.zip chromium_src-7419d4b42d6be9b4b0f93c3fc4a85ca104e24821.tar.gz chromium_src-7419d4b42d6be9b4b0f93c3fc4a85ca104e24821.tar.bz2 |
Remove extension automation support that was used only by CEEE.
BUG=none
TEST=all automated tests pass
Review URL: http://codereview.chromium.org/6756044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80626 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame_plugin.h')
-rw-r--r-- | chrome_frame/chrome_frame_plugin.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome_frame/chrome_frame_plugin.h b/chrome_frame/chrome_frame_plugin.h index 6b5c8ea..b1a52bc 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_ |