Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(702)

Side by Side Diff: chrome/browser/ui/toolbar/back_forward_menu_model.h

Issue 5544002: Move a bunch more browser stuff around.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_BACK_FORWARD_MENU_MODEL_H_ 5 #ifndef CHROME_BROWSER_UI_TOOLBAR_BACK_FORWARD_MENU_MODEL_H_
6 #define CHROME_BROWSER_BACK_FORWARD_MENU_MODEL_H_ 6 #define CHROME_BROWSER_UI_TOOLBAR_BACK_FORWARD_MENU_MODEL_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 10
11 #include "app/menus/menu_model.h" 11 #include "app/menus/menu_model.h"
12 #include "base/basictypes.h" 12 #include "base/basictypes.h"
13 #include "base/gtest_prod_util.h" 13 #include "base/gtest_prod_util.h"
14 #include "base/string16.h" 14 #include "base/string16.h"
15 #include "webkit/glue/window_open_disposition.h" 15 #include "webkit/glue/window_open_disposition.h"
16 16
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 ModelType model_type_; 161 ModelType model_type_;
162 162
163 friend class BackFwdMenuModelTest; 163 friend class BackFwdMenuModelTest;
164 FRIEND_TEST_ALL_PREFIXES(BackFwdMenuModelTest, BasicCase); 164 FRIEND_TEST_ALL_PREFIXES(BackFwdMenuModelTest, BasicCase);
165 FRIEND_TEST_ALL_PREFIXES(BackFwdMenuModelTest, MaxItemsTest); 165 FRIEND_TEST_ALL_PREFIXES(BackFwdMenuModelTest, MaxItemsTest);
166 FRIEND_TEST_ALL_PREFIXES(BackFwdMenuModelTest, ChapterStops); 166 FRIEND_TEST_ALL_PREFIXES(BackFwdMenuModelTest, ChapterStops);
167 167
168 DISALLOW_COPY_AND_ASSIGN(BackForwardMenuModel); 168 DISALLOW_COPY_AND_ASSIGN(BackForwardMenuModel);
169 }; 169 };
170 170
171 #endif // CHROME_BROWSER_BACK_FORWARD_MENU_MODEL_H_ 171 #endif // CHROME_BROWSER_UI_TOOLBAR_BACK_FORWARD_MENU_MODEL_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/tabs/dock_info_win.cc ('k') | chrome/browser/ui/toolbar/back_forward_menu_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698