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

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

Issue 3140009: [Mac] Fix aesthetic issues with themes given the new TopChrome changes.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/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) 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_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 #pragma once 7 #pragma once
8 8
9 #include <map> 9 #include <map>
10 #include <set> 10 #include <set>
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 TINT_FRAME, 81 TINT_FRAME,
82 TINT_FRAME_INACTIVE, 82 TINT_FRAME_INACTIVE,
83 TINT_FRAME_INCOGNITO, 83 TINT_FRAME_INCOGNITO,
84 TINT_FRAME_INCOGNITO_INACTIVE, 84 TINT_FRAME_INCOGNITO_INACTIVE,
85 TINT_BACKGROUND_TAB, 85 TINT_BACKGROUND_TAB,
86 NTP_BACKGROUND_ALIGNMENT, 86 NTP_BACKGROUND_ALIGNMENT,
87 NTP_BACKGROUND_TILING, 87 NTP_BACKGROUND_TILING,
88 NTP_LOGO_ALTERNATE 88 NTP_LOGO_ALTERNATE
89 #if defined(OS_MACOSX) 89 #if defined(OS_MACOSX)
90 , 90 ,
91 COLOR_TOOLBAR_STROKE = 1000, 91 COLOR_TOOLBAR_BEZEL = 1000,
92 COLOR_TOOLBAR_STROKE,
92 COLOR_TOOLBAR_STROKE_INACTIVE, 93 COLOR_TOOLBAR_STROKE_INACTIVE,
93 COLOR_TOOLBAR_BUTTON_STROKE, 94 COLOR_TOOLBAR_BUTTON_STROKE,
94 COLOR_TOOLBAR_BUTTON_STROKE_INACTIVE, 95 COLOR_TOOLBAR_BUTTON_STROKE_INACTIVE,
95 GRADIENT_FRAME_INCOGNITO, 96 GRADIENT_FRAME_INCOGNITO,
96 GRADIENT_FRAME_INCOGNITO_INACTIVE, 97 GRADIENT_FRAME_INCOGNITO_INACTIVE,
97 GRADIENT_TOOLBAR, 98 GRADIENT_TOOLBAR,
98 GRADIENT_TOOLBAR_INACTIVE, 99 GRADIENT_TOOLBAR_INACTIVE,
99 GRADIENT_TOOLBAR_BUTTON, 100 GRADIENT_TOOLBAR_BUTTON,
100 GRADIENT_TOOLBAR_BUTTON_INACTIVE, 101 GRADIENT_TOOLBAR_BUTTON_INACTIVE,
101 GRADIENT_TOOLBAR_BUTTON_PRESSED, 102 GRADIENT_TOOLBAR_BUTTON_PRESSED,
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 266
266 scoped_refptr<BrowserThemePack> theme_pack_; 267 scoped_refptr<BrowserThemePack> theme_pack_;
267 268
268 // The number of infobars currently displayed. 269 // The number of infobars currently displayed.
269 int number_of_infobars_; 270 int number_of_infobars_;
270 271
271 DISALLOW_COPY_AND_ASSIGN(BrowserThemeProvider); 272 DISALLOW_COPY_AND_ASSIGN(BrowserThemeProvider);
272 }; 273 };
273 274
274 #endif // CHROME_BROWSER_BROWSER_THEME_PROVIDER_H_ 275 #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