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

Side by Side Diff: chrome/browser/tabs/tab_strip_model_delegate.h

Issue 6672070: Move the remaining files in chrome\common to content\common. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 months 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) 2010 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_TABS_TAB_STRIP_MODEL_DELEGATE_H_ 5 #ifndef CHROME_BROWSER_TABS_TAB_STRIP_MODEL_DELEGATE_H_
6 #define CHROME_BROWSER_TABS_TAB_STRIP_MODEL_DELEGATE_H_ 6 #define CHROME_BROWSER_TABS_TAB_STRIP_MODEL_DELEGATE_H_
7 #pragma once 7 #pragma once
8 8
9 #include "chrome/common/page_transition_types.h" 9 #include "content/common/page_transition_types.h"
10 10
11 class Browser; 11 class Browser;
12 class DockInfo; 12 class DockInfo;
13 class GURL; 13 class GURL;
14 class Profile; 14 class Profile;
15 class SiteInstance; 15 class SiteInstance;
16 class TabContents; 16 class TabContents;
17 class TabContentsWrapper; 17 class TabContentsWrapper;
18 namespace gfx { 18 namespace gfx {
19 class Rect; 19 class Rect;
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 virtual void ToggleUseVerticalTabs() = 0; 117 virtual void ToggleUseVerticalTabs() = 0;
118 118
119 // Returns true if the tab strip can use large icons. 119 // Returns true if the tab strip can use large icons.
120 virtual bool LargeIconsPermitted() const = 0; 120 virtual bool LargeIconsPermitted() const = 0;
121 121
122 protected: 122 protected:
123 virtual ~TabStripModelDelegate() {} 123 virtual ~TabStripModelDelegate() {}
124 }; 124 };
125 125
126 #endif // CHROME_BROWSER_TABS_TAB_STRIP_MODEL_DELEGATE_H_ 126 #endif // CHROME_BROWSER_TABS_TAB_STRIP_MODEL_DELEGATE_H_
OLDNEW
« no previous file with comments | « chrome/browser/tabs/tab_strip_model.h ('k') | chrome/browser/tabs/tab_strip_model_order_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698