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

Side by Side 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, 10 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef IOS_CHROME_BROWSER_PREF_NAMES_H_ 5 #ifndef IOS_CHROME_BROWSER_PREF_NAMES_H_
6 #define IOS_CHROME_BROWSER_PREF_NAMES_H_ 6 #define IOS_CHROME_BROWSER_PREF_NAMES_H_
7 7
8 namespace prefs { 8 namespace prefs {
9 9
10 extern const char kAcceptLanguages[]; 10 extern const char kAcceptLanguages[];
(...skipping 29 matching lines...) Expand all
40 extern const char kSigninLastAccounts[]; 40 extern const char kSigninLastAccounts[];
41 extern const char kSigninLastAccountsMigrated[]; 41 extern const char kSigninLastAccountsMigrated[];
42 extern const char kSigninSharedAuthenticationUserId[]; 42 extern const char kSigninSharedAuthenticationUserId[];
43 extern const char kSigninShouldPromptForSigninAgain[]; 43 extern const char kSigninShouldPromptForSigninAgain[];
44 44
45 extern const char kOmniboxGeolocationAuthorizationState[]; 45 extern const char kOmniboxGeolocationAuthorizationState[];
46 extern const char kOmniboxGeolocationLastAuthorizationAlertVersion[]; 46 extern const char kOmniboxGeolocationLastAuthorizationAlertVersion[];
47 47
48 extern const char kRateThisAppDialogLastShownTime[]; 48 extern const char kRateThisAppDialogLastShownTime[];
49 49
50 extern const char kDesktopIOSPromotionSMSEntryPoint[];
51 extern const char kDesktopIOSPromotionShownEntryPoints[];
52 extern const char kDesktopIOSPromotionLastImpression[];
53 extern const char kDesktopIOSPromotionDone[];
54
50 } // namespace prefs 55 } // namespace prefs
51 56
52 #endif // IOS_CHROME_BROWSER_PREF_NAMES_H_ 57 #endif // IOS_CHROME_BROWSER_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698