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

Unified Diff: ios/chrome/browser/pref_names.h

Issue 2643723004: Add Desktop iOS promotion logging to chrome ios app. (Closed)
Patch Set: to be submitted Created 3 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
Index: ios/chrome/browser/pref_names.h
diff --git a/ios/chrome/browser/pref_names.h b/ios/chrome/browser/pref_names.h
index 1d0d9ad1f65688582827df7177f17c2ffdde7227..6c60722acbd8e13e0a2a0f504a6f7f9d8cf5e1d2 100644
--- a/ios/chrome/browser/pref_names.h
+++ b/ios/chrome/browser/pref_names.h
@@ -47,6 +47,11 @@ extern const char kOmniboxGeolocationLastAuthorizationAlertVersion[];
extern const char kRateThisAppDialogLastShownTime[];
+extern const char kDesktopIOSPromotionSMSEntryPoint[];
+extern const char kDesktopIOSPromotionShownEntryPoints[];
+extern const char kDesktopIOSPromotionLastImpression[];
+extern const char kDesktopIOSPromotionDone[];
+
} // namespace prefs
#endif // IOS_CHROME_BROWSER_PREF_NAMES_H_

Powered by Google App Engine
This is Rietveld 408576698