diff options
Diffstat (limited to 'chrome/browser/wrench_menu_model.h')
-rw-r--r-- | chrome/browser/wrench_menu_model.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/wrench_menu_model.h b/chrome/browser/wrench_menu_model.h index d010518..8bd65ff 100644 --- a/chrome/browser/wrench_menu_model.h +++ b/chrome/browser/wrench_menu_model.h @@ -11,7 +11,6 @@ #include "app/menus/simple_menu_model.h" #include "base/ref_counted.h" #include "base/scoped_ptr.h" -#include "chrome/browser/user_data_manager.h" class Browser; class EncodingMenuModel; @@ -59,10 +58,6 @@ class WrenchMenuModel : public menus::SimpleMenuModel { string16 GetAboutEntryMenuLabel() const; bool IsDynamicItem(int index) const; - // Profile names that are in profiles_menu_contents_. This is used to - // detect profile change. - std::vector<std::wstring> known_profiles_; - // Tools menu. scoped_ptr<ToolsMenuModel> tools_menu_model_; |