| Index: chrome/browser/extensions/extension_view.h
|
| diff --git a/chrome/browser/extensions/extension_view.h b/chrome/browser/extensions/extension_view.h
|
| index e974d0973b5a875b7dca12bc6be2e78a238c1fbc..f8a5390fba96d7f3eca28ff81c3ca875669fb9ec 100644
|
| --- a/chrome/browser/extensions/extension_view.h
|
| +++ b/chrome/browser/extensions/extension_view.h
|
| @@ -25,9 +25,6 @@ class ExtensionView {
|
| public:
|
| virtual ~ExtensionView() {}
|
|
|
| - // Initialize the view, once a newly created view has been set in the host.
|
| - virtual void Init() = 0;
|
| -
|
| // If attached to a Browser (e.g. popups), the Browser it is attached to.
|
| virtual Browser* GetBrowser() = 0;
|
|
|
|
|