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

Side by Side Diff: chrome/browser/browser_theme_provider.h

Issue 3152014: Merge 55906 - [Mac] Fix aesthetic issues with themes given the new TopChrome ... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/472/src/
Patch Set: Created 10 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/browser_theme_provider.cc » ('j') | 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) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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_BROWSER_THEME_PROVIDER_H_ 5 #ifndef CHROME_BROWSER_BROWSER_THEME_PROVIDER_H_
6 #define CHROME_BROWSER_BROWSER_THEME_PROVIDER_H_ 6 #define CHROME_BROWSER_BROWSER_THEME_PROVIDER_H_
7 7
8 #include <map> 8 #include <map>
9 #include <set> 9 #include <set>
10 #include <string> 10 #include <string>
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 TINT_FRAME, 82 TINT_FRAME,
83 TINT_FRAME_INACTIVE, 83 TINT_FRAME_INACTIVE,
84 TINT_FRAME_INCOGNITO, 84 TINT_FRAME_INCOGNITO,
85 TINT_FRAME_INCOGNITO_INACTIVE, 85 TINT_FRAME_INCOGNITO_INACTIVE,
86 TINT_BACKGROUND_TAB, 86 TINT_BACKGROUND_TAB,
87 NTP_BACKGROUND_ALIGNMENT, 87 NTP_BACKGROUND_ALIGNMENT,
88 NTP_BACKGROUND_TILING, 88 NTP_BACKGROUND_TILING,
89 NTP_LOGO_ALTERNATE 89 NTP_LOGO_ALTERNATE
90 #if defined(OS_MACOSX) 90 #if defined(OS_MACOSX)
91 , 91 ,
92 COLOR_TOOLBAR_STROKE = 1000, 92 COLOR_TOOLBAR_BEZEL = 1000,
93 COLOR_TOOLBAR_STROKE,
93 COLOR_TOOLBAR_STROKE_INACTIVE, 94 COLOR_TOOLBAR_STROKE_INACTIVE,
94 COLOR_TOOLBAR_BUTTON_STROKE, 95 COLOR_TOOLBAR_BUTTON_STROKE,
95 COLOR_TOOLBAR_BUTTON_STROKE_INACTIVE, 96 COLOR_TOOLBAR_BUTTON_STROKE_INACTIVE,
96 GRADIENT_FRAME_INCOGNITO, 97 GRADIENT_FRAME_INCOGNITO,
97 GRADIENT_FRAME_INCOGNITO_INACTIVE, 98 GRADIENT_FRAME_INCOGNITO_INACTIVE,
98 GRADIENT_TOOLBAR, 99 GRADIENT_TOOLBAR,
99 GRADIENT_TOOLBAR_INACTIVE, 100 GRADIENT_TOOLBAR_INACTIVE,
100 GRADIENT_TOOLBAR_BUTTON, 101 GRADIENT_TOOLBAR_BUTTON,
101 GRADIENT_TOOLBAR_BUTTON_INACTIVE, 102 GRADIENT_TOOLBAR_BUTTON_INACTIVE,
102 GRADIENT_TOOLBAR_BUTTON_PRESSED, 103 GRADIENT_TOOLBAR_BUTTON_PRESSED,
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 267
267 scoped_refptr<BrowserThemePack> theme_pack_; 268 scoped_refptr<BrowserThemePack> theme_pack_;
268 269
269 // The number of infobars currently displayed. 270 // The number of infobars currently displayed.
270 int number_of_infobars_; 271 int number_of_infobars_;
271 272
272 DISALLOW_COPY_AND_ASSIGN(BrowserThemeProvider); 273 DISALLOW_COPY_AND_ASSIGN(BrowserThemeProvider);
273 }; 274 };
274 275
275 #endif // CHROME_BROWSER_BROWSER_THEME_PROVIDER_H_ 276 #endif // CHROME_BROWSER_BROWSER_THEME_PROVIDER_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_theme_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698