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

Unified Diff: chrome/browser/browser_theme_provider.h

Issue 159305: First pass at NNTP theming.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/browser_theme_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_theme_provider.h
===================================================================
--- chrome/browser/browser_theme_provider.h (revision 21313)
+++ chrome/browser/browser_theme_provider.h (working copy)
@@ -57,6 +57,7 @@
// Strings used by themes to identify miscellaneous numerical properties.
static const char* kDisplayPropertyNTPAlignment;
static const char* kDisplayPropertyNTPTiling;
+ static const char* kDisplayPropertyNTPInverseLogo;
// Strings used in alignment properties.
static const char* kAlignmentTop;
@@ -123,7 +124,8 @@
TINT_FRAME_INCOGNITO_INACTIVE,
TINT_BACKGROUND_TAB,
NTP_BACKGROUND_ALIGNMENT,
- NTP_BACKGROUND_TILING
+ NTP_BACKGROUND_TILING,
+ NTP_LOGO_ALTERNATE
};
// A bitfield mask for alignments.
@@ -197,6 +199,10 @@
// will be stored in our cache.
void GenerateFrameImages();
+ // Generate any tab images that weren't specified. The resulting images
+ // will be stored in our cache.
+ void GenerateTabImages();
+
// Clears all the override fields and saves the dictionary.
void ClearAllThemeData();
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/browser_theme_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698