summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/frame/browser_view2.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/frame/browser_view2.h')
-rw-r--r--chrome/browser/views/frame/browser_view2.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/browser/views/frame/browser_view2.h b/chrome/browser/views/frame/browser_view2.h
index 5dd812d..a2d65f7 100644
--- a/chrome/browser/views/frame/browser_view2.h
+++ b/chrome/browser/views/frame/browser_view2.h
@@ -112,10 +112,6 @@ class BrowserView2 : public BrowserWindow,
// to add or delete entries.
void PrepareToRunSystemMenu(HMENU menu);
- // Called after the system menu has ended, and disposes of the
- // current System menu object.
- void SystemMenuEnded();
-
// Possible elements of the Browser window.
enum WindowFeature {
FEATURE_TITLEBAR = 1,
@@ -232,6 +228,9 @@ class BrowserView2 : public BrowserWindow,
virtual int OnPerformDrop(const views::DropTargetEvent& event);
private:
+ // Creates the system menu.
+ void InitSystemMenu();
+
// Returns true if the event should be forwarded to the TabStrip. This
// returns true if y coordinate is less than the bottom of the tab strip, and
// is not over another child view.