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

Unified Diff: chrome/browser/themes/theme_service_factory.cc

Issue 12326089: Fix regression caused by 11968032 in upgrading themes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 10 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/browser/themes/theme_service_factory.h ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/themes/theme_service_factory.cc
diff --git a/chrome/browser/themes/theme_service_factory.cc b/chrome/browser/themes/theme_service_factory.cc
index 27aed8fb1efec8ead99a2bdcb3e8ca9bb4fb9066..cb2ef7e2fe2d5f7bdd8e34eced40c88eac0d8cf7 100644
--- a/chrome/browser/themes/theme_service_factory.cc
+++ b/chrome/browser/themes/theme_service_factory.cc
@@ -81,8 +81,4 @@ void ThemeServiceFactory::RegisterUserPrefs(PrefRegistrySyncable* registry) {
bool ThemeServiceFactory::ServiceRedirectedInIncognito() const {
return true;
-}
-
-bool ThemeServiceFactory::ServiceIsCreatedWithProfile() const {
- return true;
-}
+}
« no previous file with comments | « chrome/browser/themes/theme_service_factory.h ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698