Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 14f58d57a3230785f2d423ddaf1fcb3d458a6708..6670aee41427bfd3f40f8abf2fdf43ee0dfaae45 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -615,6 +615,10 @@ const char kShowPlanNotifications[] = |
const char kShow3gPromoNotification[] = |
"settings.internet.mobile.show_3g_promo_notification"; |
+// An integer pref counting times Data Saver prompt has been shown. |
+const char kDataSaverPromptsShown[] = |
+ "settings.internet.mobile.datasaver_prompts_shown"; |
+ |
// A string pref that contains version where "What's new" promo was shown. |
const char kChromeOSReleaseNotesVersion[] = "settings.release_notes.version"; |