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

Side by Side Diff: chrome/browser/android/chrome_feature_list.cc

Issue 2812113004: Write last_modified date to Content Settings in the PrefProvider (Closed)
Patch Set: fix ios Created 3 years, 8 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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 #include "chrome/browser/android/chrome_feature_list.h" 5 #include "chrome/browser/android/chrome_feature_list.h"
6 6
7 #include <stddef.h> 7 #include <stddef.h>
8 8
9 #include <string> 9 #include <string>
10 10
(...skipping 28 matching lines...) Expand all
39 const base::Feature* kFeaturesExposedToJava[] = { 39 const base::Feature* kFeaturesExposedToJava[] = {
40 &autofill::kAutofillScanCardholderName, 40 &autofill::kAutofillScanCardholderName,
41 &features::kConsistentOmniboxGeolocation, 41 &features::kConsistentOmniboxGeolocation,
42 &features::kCopylessPaste, 42 &features::kCopylessPaste,
43 &features::kCredentialManagementAPI, 43 &features::kCredentialManagementAPI,
44 &features::kNativeAndroidHistoryManager, 44 &features::kNativeAndroidHistoryManager,
45 &features::kServiceWorkerPaymentApps, 45 &features::kServiceWorkerPaymentApps,
46 &features::kSimplifiedFullscreenUI, 46 &features::kSimplifiedFullscreenUI,
47 &features::kVrShell, 47 &features::kVrShell,
48 &features::kWebPayments, 48 &features::kWebPayments,
49 &features::kTabsInCbd,
49 &kAndroidPayIntegrationV1, 50 &kAndroidPayIntegrationV1,
50 &kAndroidPayIntegrationV2, 51 &kAndroidPayIntegrationV2,
51 &kAndroidPaymentApps, 52 &kAndroidPaymentApps,
52 &kAndroidPaymentAppsFilter, 53 &kAndroidPaymentAppsFilter,
53 &kCCTExternalLinkHandling, 54 &kCCTExternalLinkHandling,
54 &kCCTPostMessageAPI, 55 &kCCTPostMessageAPI,
55 &kChromeHomeFeature, 56 &kChromeHomeFeature,
56 &kContentSuggestionsSettings, 57 &kContentSuggestionsSettings,
57 &kContextualSearchSingleActions, 58 &kContextualSearchSingleActions,
58 &kContextualSearchUrlActions, 59 &kContextualSearchUrlActions,
59 &kCustomContextMenu, 60 &kCustomContextMenu,
60 &kCustomFeedbackUi, 61 &kCustomFeedbackUi,
61 &data_reduction_proxy::features::kDataReductionMainMenu, 62 &data_reduction_proxy::features::kDataReductionMainMenu,
62 &kFullscreenActivity, 63 &kFullscreenActivity,
63 &kImportantSitesInCBD, 64 &kImportantSitesInCBD,
64 &kImprovedA2HS, 65 &kImprovedA2HS,
65 &kNewPhotoPicker, 66 &kNewPhotoPicker,
66 &kNoCreditCardAbort, 67 &kNoCreditCardAbort,
67 &kNTPCondensedLayoutFeature, 68 &kNTPCondensedLayoutFeature,
68 &kNTPCondensedTileLayoutFeature, 69 &kNTPCondensedTileLayoutFeature,
69 &kNTPLaunchAfterInactivity, 70 &kNTPLaunchAfterInactivity,
70 &kNTPOfflinePagesFeature, 71 &kNTPOfflinePagesFeature,
71 &NTPShowGoogleGInOmniboxFeature, 72 &NTPShowGoogleGInOmniboxFeature,
72 &kPhysicalWebFeature, 73 &kPhysicalWebFeature,
73 &kPhysicalWebSharing, 74 &kPhysicalWebSharing,
74 &kSpecialLocaleFeature, 75 &kSpecialLocaleFeature,
75 &kSpecialLocaleWrapper, 76 &kSpecialLocaleWrapper,
76 &kTabsInCBD,
77 &kTabReparenting, 77 &kTabReparenting,
78 &kVideoPersistence, 78 &kVideoPersistence,
79 &kWebPaymentsModifiers, 79 &kWebPaymentsModifiers,
80 &kWebPaymentsSingleAppUiSkip, 80 &kWebPaymentsSingleAppUiSkip,
81 &kWebVRCardboardSupport, 81 &kWebVRCardboardSupport,
82 &ntp_snippets::kIncreasedVisibility, 82 &ntp_snippets::kIncreasedVisibility,
83 &ntp_snippets::kForeignSessionsSuggestionsFeature, 83 &ntp_snippets::kForeignSessionsSuggestionsFeature,
84 &ntp_snippets::kPublisherFaviconsFromNewServerFeature, 84 &ntp_snippets::kPublisherFaviconsFromNewServerFeature,
85 &offline_pages::kBackgroundLoaderForDownloadsFeature, 85 &offline_pages::kBackgroundLoaderForDownloadsFeature,
86 &offline_pages::kOfflinePagesCTFeature, // See crbug.com/620421. 86 &offline_pages::kOfflinePagesCTFeature, // See crbug.com/620421.
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 179
180 const base::Feature kPhysicalWebSharing{"PhysicalWebSharing", 180 const base::Feature kPhysicalWebSharing{"PhysicalWebSharing",
181 base::FEATURE_DISABLED_BY_DEFAULT}; 181 base::FEATURE_DISABLED_BY_DEFAULT};
182 182
183 const base::Feature kSpecialLocaleFeature{"SpecialLocale", 183 const base::Feature kSpecialLocaleFeature{"SpecialLocale",
184 base::FEATURE_DISABLED_BY_DEFAULT}; 184 base::FEATURE_DISABLED_BY_DEFAULT};
185 185
186 const base::Feature kSpecialLocaleWrapper{"SpecialLocaleWrapper", 186 const base::Feature kSpecialLocaleWrapper{"SpecialLocaleWrapper",
187 base::FEATURE_ENABLED_BY_DEFAULT}; 187 base::FEATURE_ENABLED_BY_DEFAULT};
188 188
189 const base::Feature kTabsInCBD{"TabsInCBD", base::FEATURE_DISABLED_BY_DEFAULT};
190
191 const base::Feature kTabReparenting{"TabReparenting", 189 const base::Feature kTabReparenting{"TabReparenting",
192 base::FEATURE_ENABLED_BY_DEFAULT}; 190 base::FEATURE_ENABLED_BY_DEFAULT};
193 191
194 const base::Feature kUseNewDoodleApi{"UseNewDoodleApi", 192 const base::Feature kUseNewDoodleApi{"UseNewDoodleApi",
195 base::FEATURE_DISABLED_BY_DEFAULT}; 193 base::FEATURE_DISABLED_BY_DEFAULT};
196 194
197 const base::Feature kUserMediaScreenCapturing{ 195 const base::Feature kUserMediaScreenCapturing{
198 "UserMediaScreenCapturing", base::FEATURE_DISABLED_BY_DEFAULT}; 196 "UserMediaScreenCapturing", base::FEATURE_DISABLED_BY_DEFAULT};
199 197
200 const base::Feature kVideoPersistence{"VideoPersistence", 198 const base::Feature kVideoPersistence{"VideoPersistence",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 return base::GetFieldTrialParamByFeatureAsBool(*feature, param_name, 266 return base::GetFieldTrialParamByFeatureAsBool(*feature, param_name,
269 jdefault_value); 267 jdefault_value);
270 } 268 }
271 269
272 bool RegisterChromeFeatureListJni(JNIEnv* env) { 270 bool RegisterChromeFeatureListJni(JNIEnv* env) {
273 return RegisterNativesImpl(env); 271 return RegisterNativesImpl(env);
274 } 272 }
275 273
276 } // namespace android 274 } // namespace android
277 } // namespace chrome 275 } // namespace chrome
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698