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

Unified Diff: chrome/browser/web_resource/notification_promo.cc

Issue 11823007: Fix some pecularities in my C++ style for achuith@. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: achuith@ review Created 7 years, 11 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 | « no previous file | chrome/browser/web_resource/promo_resource_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/web_resource/notification_promo.cc
diff --git a/chrome/browser/web_resource/notification_promo.cc b/chrome/browser/web_resource/notification_promo.cc
index 9cfbd20e527ccfe777d14240ea3930d80336c2f6..9738efccd6b158a94cf898d3e4b65570f8f0a45f 100644
--- a/chrome/browser/web_resource/notification_promo.cc
+++ b/chrome/browser/web_resource/notification_promo.cc
@@ -319,6 +319,7 @@ void NotificationPromo::RegisterPrefs(PrefServiceSimple* local_state) {
// static
void NotificationPromo::RegisterUserPrefs(PrefServiceSyncable* prefs) {
// TODO(dbeam): Remove in M28 when we're reasonably sure all prefs are gone.
+ // http://crbug.com/168887
prefs->RegisterDictionaryPref(kPrefPromoObject,
PrefServiceSyncable::UNSYNCABLE_PREF);
prefs->ClearPref(kPrefPromoObject);
« no previous file with comments | « no previous file | chrome/browser/web_resource/promo_resource_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698