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

Unified Diff: chrome/browser/themes/theme_service.h

Issue 2893693002: Remove NOTIFICATION_EXTENSION_ENABLED. (Closed)
Patch Set: sync + address comments Created 3 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
Index: chrome/browser/themes/theme_service.h
diff --git a/chrome/browser/themes/theme_service.h b/chrome/browser/themes/theme_service.h
index 51c676c2d0f337cf06f18469e8f6ed485942581e..76d1232318827aad266a2b0ae884750d8de6d462 100644
--- a/chrome/browser/themes/theme_service.h
+++ b/chrome/browser/themes/theme_service.h
@@ -300,13 +300,6 @@ class ThemeService : public content::NotificationObserver, public KeyedService {
scoped_refptr<CustomThemeSupplier> theme_supplier_;
- // The id of the theme extension which has just been installed but has not
- // been loaded yet. The theme extension with |installed_pending_load_id_| may
- // never be loaded if the install is due to updating a disabled theme.
- // |pending_install_id_| should be set to |kDefaultThemeID| if there are no
- // recently installed theme extensions
- std::string installed_pending_load_id_;
-
// The number of infobars currently displayed.
int number_of_infobars_;

Powered by Google App Engine
This is Rietveld 408576698