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

Side by Side Diff: ios/chrome/browser/pref_names.h

Issue 2953083005: Implementing sign-in promo histograms for settings (Closed)
Patch Set: Adding "iSO only" Created 3 years, 5 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
« no previous file with comments | « no previous file | ios/chrome/browser/pref_names.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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[];
11 extern const char kApplicationLocale[]; 11 extern const char kApplicationLocale[];
12 extern const char kBrowserStateInfoCache[]; 12 extern const char kBrowserStateInfoCache[];
13 extern const char kBrowserStateLastUsed[]; 13 extern const char kBrowserStateLastUsed[];
14 extern const char kBrowserStatesLastActive[]; 14 extern const char kBrowserStatesLastActive[];
15 extern const char kBrowserStatesNumCreated[]; 15 extern const char kBrowserStatesNumCreated[];
16 extern const char kBrowsingDataMigrationHasBeenPossible[]; 16 extern const char kBrowsingDataMigrationHasBeenPossible[];
17 extern const char kClearBrowsingDataHistoryNoticeShownTimes[]; 17 extern const char kClearBrowsingDataHistoryNoticeShownTimes[];
18 extern const char kContextualSearchEnabled[]; 18 extern const char kContextualSearchEnabled[];
19 extern const char kDataSaverEnabled[]; 19 extern const char kDataSaverEnabled[];
20 extern const char kDefaultCharset[]; 20 extern const char kDefaultCharset[];
21 extern const char kEnableDoNotTrack[]; 21 extern const char kEnableDoNotTrack[];
22 extern const char kHttpServerProperties[]; 22 extern const char kHttpServerProperties[];
23 extern const char kIosBookmarkFolderDefault[]; 23 extern const char kIosBookmarkFolderDefault[];
24 extern const char kIosBookmarkPromoAlreadySeen[]; 24 extern const char kIosBookmarkPromoAlreadySeen[];
25 extern const char kIosBookmarkSigninPromoDisplayedCount[]; 25 extern const char kIosBookmarkSigninPromoDisplayedCount[];
26 extern const char kIosSettingsSigninPromoDisplayedCount[];
26 extern const char kIosPhysicalWebEnabled[]; 27 extern const char kIosPhysicalWebEnabled[];
27 extern const char kLastSessionExitedCleanly[]; 28 extern const char kLastSessionExitedCleanly[];
28 extern const char kMetricsReportingWifiOnly[]; 29 extern const char kMetricsReportingWifiOnly[];
29 extern const char kNtpShownPage[]; 30 extern const char kNtpShownPage[];
30 extern const char kSavingBrowserHistoryDisabled[]; 31 extern const char kSavingBrowserHistoryDisabled[];
31 extern const char kSearchSuggestEnabled[]; 32 extern const char kSearchSuggestEnabled[];
32 33
33 // TODO(crbug.com/538573): Consider migrating from these two bools to an integer 34 // TODO(crbug.com/538573): Consider migrating from these two bools to an integer
34 // since only three cases are supported. 35 // since only three cases are supported.
35 extern const char kNetworkPredictionEnabled[]; 36 extern const char kNetworkPredictionEnabled[];
(...skipping 15 matching lines...) Expand all
51 extern const char kDesktopIOSPromotionSMSEntryPoint[]; 52 extern const char kDesktopIOSPromotionSMSEntryPoint[];
52 extern const char kDesktopIOSPromotionShownEntryPoints[]; 53 extern const char kDesktopIOSPromotionShownEntryPoints[];
53 extern const char kDesktopIOSPromotionLastImpression[]; 54 extern const char kDesktopIOSPromotionLastImpression[];
54 extern const char kDesktopIOSPromotionDone[]; 55 extern const char kDesktopIOSPromotionDone[];
55 extern const char kDesktopIOSPromotionEligible[]; 56 extern const char kDesktopIOSPromotionEligible[];
56 extern const char kDesktopIOSPromotionVariationId[]; 57 extern const char kDesktopIOSPromotionVariationId[];
57 58
58 } // namespace prefs 59 } // namespace prefs
59 60
60 #endif // IOS_CHROME_BROWSER_PREF_NAMES_H_ 61 #endif // IOS_CHROME_BROWSER_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698