| 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_
|
|
|