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

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

Issue 2716333002: Implement important sites dialog for desktop. (Closed)
Patch Set: change element.$.someId to element.$$(#someId) Created 3 years, 7 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 #ifndef CHROME_BROWSER_ANDROID_CHROME_FEATURE_LIST_H_ 5 #ifndef CHROME_BROWSER_ANDROID_CHROME_FEATURE_LIST_H_
6 #define CHROME_BROWSER_ANDROID_CHROME_FEATURE_LIST_H_ 6 #define CHROME_BROWSER_ANDROID_CHROME_FEATURE_LIST_H_
7 7
8 #include <jni.h> 8 #include <jni.h>
9 9
10 #include "base/feature_list.h" 10 #include "base/feature_list.h"
(...skipping 13 matching lines...) Expand all
24 extern const base::Feature kContentSuggestionsSettings; 24 extern const base::Feature kContentSuggestionsSettings;
25 extern const base::Feature kContentSuggestionsShowSummary; 25 extern const base::Feature kContentSuggestionsShowSummary;
26 extern const base::Feature kContextualSearchSingleActions; 26 extern const base::Feature kContextualSearchSingleActions;
27 extern const base::Feature kContextualSearchUrlActions; 27 extern const base::Feature kContextualSearchUrlActions;
28 extern const base::Feature kContextualSuggestionsCarousel; 28 extern const base::Feature kContextualSuggestionsCarousel;
29 extern const base::Feature kCustomContextMenu; 29 extern const base::Feature kCustomContextMenu;
30 extern const base::Feature kCustomFeedbackUi; 30 extern const base::Feature kCustomFeedbackUi;
31 extern const base::Feature kDownloadAutoResumptionThrottling; 31 extern const base::Feature kDownloadAutoResumptionThrottling;
32 extern const base::Feature kDownloadHomeShowStorageInfo; 32 extern const base::Feature kDownloadHomeShowStorageInfo;
33 extern const base::Feature kFullscreenActivity; 33 extern const base::Feature kFullscreenActivity;
34 extern const base::Feature kImportantSitesInCBD;
35 extern const base::Feature kImprovedA2HS; 34 extern const base::Feature kImprovedA2HS;
36 extern const base::Feature kSearchEnginePromoExistingDevice; 35 extern const base::Feature kSearchEnginePromoExistingDevice;
37 extern const base::Feature kSearchEnginePromoNewDevice; 36 extern const base::Feature kSearchEnginePromoNewDevice;
38 extern const base::Feature kNewPhotoPicker; 37 extern const base::Feature kNewPhotoPicker;
39 extern const base::Feature kNoCreditCardAbort; 38 extern const base::Feature kNoCreditCardAbort;
40 extern const base::Feature kNTPCondensedLayoutFeature; 39 extern const base::Feature kNTPCondensedLayoutFeature;
41 extern const base::Feature kNTPCondensedTileLayoutFeature; 40 extern const base::Feature kNTPCondensedTileLayoutFeature;
42 extern const base::Feature kNTPLaunchAfterInactivity; 41 extern const base::Feature kNTPLaunchAfterInactivity;
43 extern const base::Feature kNTPOfflinePagesFeature; 42 extern const base::Feature kNTPOfflinePagesFeature;
44 extern const base::Feature NTPShowGoogleGInOmniboxFeature; 43 extern const base::Feature NTPShowGoogleGInOmniboxFeature;
45 extern const base::Feature kPhysicalWebFeature; 44 extern const base::Feature kPhysicalWebFeature;
46 extern const base::Feature kPhysicalWebSharing; 45 extern const base::Feature kPhysicalWebSharing;
47 extern const base::Feature kSpecialLocaleFeature; 46 extern const base::Feature kSpecialLocaleFeature;
48 extern const base::Feature kSpecialLocaleWrapper; 47 extern const base::Feature kSpecialLocaleWrapper;
49 extern const base::Feature kTabReparenting; 48 extern const base::Feature kTabReparenting;
50 extern const base::Feature kUseNewDoodleApi; 49 extern const base::Feature kUseNewDoodleApi;
51 extern const base::Feature kUserMediaScreenCapturing; 50 extern const base::Feature kUserMediaScreenCapturing;
52 extern const base::Feature kVideoPersistence; 51 extern const base::Feature kVideoPersistence;
53 extern const base::Feature kWebPaymentsModifiers; 52 extern const base::Feature kWebPaymentsModifiers;
54 extern const base::Feature kWebPaymentsSingleAppUiSkip; 53 extern const base::Feature kWebPaymentsSingleAppUiSkip;
55 extern const base::Feature kWebVRCardboardSupport; 54 extern const base::Feature kWebVRCardboardSupport;
56 extern const base::Feature kXGEOVisibleNetworks; 55 extern const base::Feature kXGEOVisibleNetworks;
57 56
58 bool RegisterChromeFeatureListJni(JNIEnv* env); 57 bool RegisterChromeFeatureListJni(JNIEnv* env);
59 58
60 } // namespace android 59 } // namespace android
61 } // namespace chrome 60 } // namespace chrome
62 61
63 #endif // CHROME_BROWSER_ANDROID_CHROME_FEATURE_LIST_H_ 62 #endif // CHROME_BROWSER_ANDROID_CHROME_FEATURE_LIST_H_
OLDNEW
« no previous file with comments | « chrome/browser/android/browsing_data/browsing_data_bridge.cc ('k') | chrome/browser/android/chrome_feature_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698