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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 8698010: Clear cache after showing Sync confirmation bubble (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/common/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index 5e96ad8452e896d9f922bea559a476b5702745a6..51b7d0390fca212a54bf132f72f2b500e034d9fa 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -312,6 +312,9 @@ enum NotificationType {
// resource cache has to be refreshed to remove the NTP4 bubble.
NTP4_INTRO_PREF_CHANGED,
+ // Notification that the NTP4 sync bubble pref has changed.
+ NTP4_SYNC_PROMO_SHOW_NTP_BUBBLE_CHANGED,
+
// Autocomplete ------------------------------------------------------------
// Sent by the autocomplete controller when done. The source is the

Powered by Google App Engine
This is Rietveld 408576698