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

Unified Diff: chrome/browser/extensions/extension_function_dispatcher.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 lkgr. Created 9 years, 9 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
Index: chrome/browser/extensions/extension_function_dispatcher.h
diff --git a/chrome/browser/extensions/extension_function_dispatcher.h b/chrome/browser/extensions/extension_function_dispatcher.h
index 6674bb404b257f2ebc623632240f49eff23c865b..cb67988738fbfe048930b2391fd0912926696d3e 100644
--- a/chrome/browser/extensions/extension_function_dispatcher.h
+++ b/chrome/browser/extensions/extension_function_dispatcher.h
@@ -135,13 +135,6 @@ class ExtensionFunctionDispatcher {
std::string extension_id_;
scoped_refptr<Peer> peer_;
-
- // AutomationExtensionFunction requires access to the RenderViewHost
- // associated with us. We make it a friend rather than exposing the
- // RenderViewHost as a public method as we wouldn't want everyone to
- // start assuming a 1:1 relationship between us and RenderViewHost,
- // whereas AutomationExtensionFunction is by necessity "tight" with us.
- friend class AutomationExtensionFunction;
};
#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_DISPATCHER_H_

Powered by Google App Engine
This is Rietveld 408576698