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

Side by Side Diff: chrome/browser/ui/views/frame/native_browser_frame.h

Issue 73193006: Removes BrowserFrame::TabStripDisplayModeChanged, its long dead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « chrome/browser/ui/views/frame/desktop_browser_frame_aura.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_UI_VIEWS_FRAME_NATIVE_BROWSER_FRAME_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_FRAME_NATIVE_BROWSER_FRAME_H_
6 #define CHROME_BROWSER_UI_VIEWS_FRAME_NATIVE_BROWSER_FRAME_H_ 6 #define CHROME_BROWSER_UI_VIEWS_FRAME_NATIVE_BROWSER_FRAME_H_
7 7
8 class BrowserFrame; 8 class BrowserFrame;
9 class BrowserView; 9 class BrowserView;
10 10
(...skipping 11 matching lines...) Expand all
22 // Returns true if the OS takes care of showing the system menu. Returning 22 // Returns true if the OS takes care of showing the system menu. Returning
23 // false means BrowserFrame handles showing the system menu. 23 // false means BrowserFrame handles showing the system menu.
24 virtual bool UsesNativeSystemMenu() const = 0; 24 virtual bool UsesNativeSystemMenu() const = 0;
25 25
26 protected: 26 protected:
27 friend class BrowserFrame; 27 friend class BrowserFrame;
28 28
29 // BrowserFrame pass-thrus --------------------------------------------------- 29 // BrowserFrame pass-thrus ---------------------------------------------------
30 // See browser_frame.h for documentation: 30 // See browser_frame.h for documentation:
31 virtual int GetMinimizeButtonOffset() const = 0; 31 virtual int GetMinimizeButtonOffset() const = 0;
32 // TODO(beng): replace with some kind of "framechanged" signal to Window.
33 virtual void TabStripDisplayModeChanged() = 0;
34 }; 32 };
35 33
36 #endif // CHROME_BROWSER_UI_VIEWS_FRAME_NATIVE_BROWSER_FRAME_H_ 34 #endif // CHROME_BROWSER_UI_VIEWS_FRAME_NATIVE_BROWSER_FRAME_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/desktop_browser_frame_aura.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698