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

Unified Diff: ui/base/default_theme_provider.cc

Issue 23614007: Use the normal Google logo for managed users for --enable-instant-extended-api (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed mac compile failure Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/base/default_theme_provider.h ('k') | ui/base/theme_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/default_theme_provider.cc
diff --git a/ui/base/default_theme_provider.cc b/ui/base/default_theme_provider.cc
index e60c90029ce9c683589ffdc77b238cd8e43d627a..9777b390729a2eadd9a8a959704567a36ab42b8a 100644
--- a/ui/base/default_theme_provider.cc
+++ b/ui/base/default_theme_provider.cc
@@ -26,8 +26,8 @@ SkColor DefaultThemeProvider::GetColor(int id) const {
return 0xff0000ff;
}
-bool DefaultThemeProvider::GetDisplayProperty(int id, int* result) const {
- return false;
+int DefaultThemeProvider::GetDisplayProperty(int id) const {
+ return -1;
}
bool DefaultThemeProvider::ShouldUseNativeFrame() const {
« no previous file with comments | « ui/base/default_theme_provider.h ('k') | ui/base/theme_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698