Chromium Code Reviews

Unified Diff: chrome/browser/back_forward_menu_model_win.h

Issue 118001: Renames BackForwardMenuModelWin to BackForwardMenuModelViews.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/back_forward_menu_model_views.cc ('k') | chrome/browser/back_forward_menu_model_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/back_forward_menu_model_win.h
===================================================================
--- chrome/browser/back_forward_menu_model_win.h (revision 17191)
+++ chrome/browser/back_forward_menu_model_win.h (working copy)
@@ -1,35 +0,0 @@
-// Copyright (c) 2006-2009 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_BACK_FORWARD_MENU_MODEL_WIN_H_
-#define CHROME_BROWSER_BACK_FORWARD_MENU_MODEL_WIN_H_
-
-#include "base/basictypes.h"
-
-#include "chrome/browser/back_forward_menu_model.h"
-#include "views/controls/menu/menu.h"
-
-class SkBitmap;
-
-class BackForwardMenuModelWin : public BackForwardMenuModel,
- public views::Menu::Delegate {
- public:
- BackForwardMenuModelWin(Browser* browser, ModelType model_type);
-
- // Menu::Delegate
- virtual std::wstring GetLabel(int menu_id) const;
- virtual const SkBitmap& GetIcon(int menu_id) const;
- virtual bool SupportsCommand(int menu_id) const;
- virtual bool IsCommandEnabled(int menu_id) const;
- virtual bool IsItemSeparator(int menu_id) const;
- virtual bool HasIcon(int menu_id) const;
- virtual void ExecuteCommand(int menu_id);
- virtual void MenuWillShow();
- virtual int GetItemCount() const;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(BackForwardMenuModelWin);
-};
-
-#endif // CHROME_BROWSER_BACK_FORWARD_MENU_MODEL_WIN_H_
« no previous file with comments | « chrome/browser/back_forward_menu_model_views.cc ('k') | chrome/browser/back_forward_menu_model_win.cc » ('j') | no next file with comments »

Powered by Google App Engine