summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser_window.h')
-rw-r--r--chrome/browser/browser_window.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/browser_window.h b/chrome/browser/browser_window.h
index b779ba1..e91f945 100644
--- a/chrome/browser/browser_window.h
+++ b/chrome/browser/browser_window.h
@@ -29,11 +29,6 @@ class Rect;
// NOTE: All getters except GetTabStrip() may return NULL.
class BrowserWindow {
public:
- // Initialize the frame. This is called on Windows via the views system. It
- // doesn't get called on other platforms so don't do stuff here on other
- // platforms.
- virtual void Init() = 0;
-
// Show the window, or activates it if it's already visible.
virtual void Show() = 0;