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

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

Issue 2942923002: Implementing sign-in promo histograms for bookmark (Closed)
Patch Set: Renaming histograms 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 kIosPhysicalWebEnabled[]; 26 extern const char kIosPhysicalWebEnabled[];
26 extern const char kLastSessionExitedCleanly[]; 27 extern const char kLastSessionExitedCleanly[];
27 extern const char kMetricsReportingWifiOnly[]; 28 extern const char kMetricsReportingWifiOnly[];
28 extern const char kNtpShownPage[]; 29 extern const char kNtpShownPage[];
29 extern const char kSavingBrowserHistoryDisabled[]; 30 extern const char kSavingBrowserHistoryDisabled[];
30 extern const char kSearchSuggestEnabled[]; 31 extern const char kSearchSuggestEnabled[];
31 32
32 // TODO(crbug.com/538573): Consider migrating from these two bools to an integer 33 // TODO(crbug.com/538573): Consider migrating from these two bools to an integer
33 // since only three cases are supported. 34 // since only three cases are supported.
34 extern const char kNetworkPredictionEnabled[]; 35 extern const char kNetworkPredictionEnabled[];
(...skipping 15 matching lines...) Expand all
50 extern const char kDesktopIOSPromotionSMSEntryPoint[]; 51 extern const char kDesktopIOSPromotionSMSEntryPoint[];
51 extern const char kDesktopIOSPromotionShownEntryPoints[]; 52 extern const char kDesktopIOSPromotionShownEntryPoints[];
52 extern const char kDesktopIOSPromotionLastImpression[]; 53 extern const char kDesktopIOSPromotionLastImpression[];
53 extern const char kDesktopIOSPromotionDone[]; 54 extern const char kDesktopIOSPromotionDone[];
54 extern const char kDesktopIOSPromotionEligible[]; 55 extern const char kDesktopIOSPromotionEligible[];
55 extern const char kDesktopIOSPromotionVariationId[]; 56 extern const char kDesktopIOSPromotionVariationId[];
56 57
57 } // namespace prefs 58 } // namespace prefs
58 59
59 #endif // IOS_CHROME_BROWSER_PREF_NAMES_H_ 60 #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