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

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

Issue 3156049: First set of changes for M7 NTP. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: pre-review cleanup 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
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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 COLOR_TOOLBAR, 65 COLOR_TOOLBAR,
66 COLOR_TAB_TEXT, 66 COLOR_TAB_TEXT,
67 COLOR_BACKGROUND_TAB_TEXT, 67 COLOR_BACKGROUND_TAB_TEXT,
68 COLOR_BOOKMARK_TEXT, 68 COLOR_BOOKMARK_TEXT,
69 COLOR_NTP_BACKGROUND, 69 COLOR_NTP_BACKGROUND,
70 COLOR_NTP_TEXT, 70 COLOR_NTP_TEXT,
71 COLOR_NTP_LINK, 71 COLOR_NTP_LINK,
72 COLOR_NTP_LINK_UNDERLINE, 72 COLOR_NTP_LINK_UNDERLINE,
73 COLOR_NTP_HEADER, 73 COLOR_NTP_HEADER,
74 COLOR_NTP_SECTION, 74 COLOR_NTP_SECTION,
75 COLOR_NTP_SECTION_HEADER_TEXT,
76 COLOR_NTP_SECTION_HEADER_TEXT_HOVER,
75 COLOR_NTP_SECTION_TEXT, 77 COLOR_NTP_SECTION_TEXT,
76 COLOR_NTP_SECTION_LINK, 78 COLOR_NTP_SECTION_LINK,
77 COLOR_NTP_SECTION_LINK_UNDERLINE, 79 COLOR_NTP_SECTION_LINK_UNDERLINE,
78 COLOR_CONTROL_BACKGROUND, 80 COLOR_CONTROL_BACKGROUND,
79 COLOR_BUTTON_BACKGROUND, 81 COLOR_BUTTON_BACKGROUND,
80 TINT_BUTTONS, 82 TINT_BUTTONS,
81 TINT_FRAME, 83 TINT_FRAME,
82 TINT_FRAME_INACTIVE, 84 TINT_FRAME_INACTIVE,
83 TINT_FRAME_INCOGNITO, 85 TINT_FRAME_INCOGNITO,
84 TINT_FRAME_INCOGNITO_INACTIVE, 86 TINT_FRAME_INCOGNITO_INACTIVE,
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 268
267 scoped_refptr<BrowserThemePack> theme_pack_; 269 scoped_refptr<BrowserThemePack> theme_pack_;
268 270
269 // The number of infobars currently displayed. 271 // The number of infobars currently displayed.
270 int number_of_infobars_; 272 int number_of_infobars_;
271 273
272 DISALLOW_COPY_AND_ASSIGN(BrowserThemeProvider); 274 DISALLOW_COPY_AND_ASSIGN(BrowserThemeProvider);
273 }; 275 };
274 276
275 #endif // CHROME_BROWSER_BROWSER_THEME_PROVIDER_H_ 277 #endif // CHROME_BROWSER_BROWSER_THEME_PROVIDER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698