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

Unified Diff: views/widget/default_theme_provider.cc

Issue 115910: Allow themes to change the background of the new tab page.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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 | « views/widget/default_theme_provider.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/default_theme_provider.cc
===================================================================
--- views/widget/default_theme_provider.cc (revision 17403)
+++ views/widget/default_theme_provider.cc (working copy)
@@ -21,6 +21,9 @@
return 0xff0000ff;
}
+bool DefaultThemeProvider::GetDisplayProperty(int id, int* result) {
+ return false;
+}
bool DefaultThemeProvider::ShouldUseNativeFrame() {
#if defined(OS_WIN)
return win_util::ShouldUseVistaFrame();
@@ -28,5 +31,4 @@
return false;
#endif
}
-
} // namespace views
« no previous file with comments | « views/widget/default_theme_provider.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698