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_frame/chrome_frame_automation.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_activex_base.h ('k') | chrome_frame/chrome_frame_automation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame_automation.h
diff --git a/chrome_frame/chrome_frame_automation.h b/chrome_frame/chrome_frame_automation.h
index 31b08d1c51caba1f4b3610a2f2dce0cc336181e9..18494c3e08ef47767333616ba67a1b33c49d38d2 100644
--- a/chrome_frame/chrome_frame_automation.h
+++ b/chrome_frame/chrome_frame_automation.h
@@ -343,34 +343,11 @@ class ChromeFrameAutomationClient
const std::string& target);
bool SetProxySettings(const std::string& json_encoded_proxy_settings);
- virtual void SetEnableExtensionAutomation(
- const std::vector<std::string>& functions_enabled);
-
void FindInPage(const std::wstring& search_string,
FindInPageDirection forward,
FindInPageCase match_case,
bool find_next);
- virtual void InstallExtension(const FilePath& crx_path, void* user_data);
-
- virtual void LoadExpandedExtension(const FilePath& path, void* user_data);
-
- // Starts a request to get the list of enabled extensions' base directories.
- // Response comes back as ChromeFrameDelegate::OnEnabledExtensions().
- virtual void GetEnabledExtensions(void* user_data);
-
- virtual void InstallExtensionComplete(
- const FilePath& path,
- void* user_data,
- AutomationMsg_ExtensionResponseValues res);
-
- virtual void GetEnabledExtensionsComplete(
- void* user_data,
- std::vector<FilePath>* extension_directories);
-
- // Returns the session ID used to identify a Tab in Chrome.
- virtual int GetSessionId() const;
-
virtual void OnChromeFrameHostMoved();
TabProxy* tab() const { return tab_.get(); }
« no previous file with comments | « chrome_frame/chrome_frame_activex_base.h ('k') | chrome_frame/chrome_frame_automation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698