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

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

Issue 2716333002: Implement important sites dialog for desktop. (Closed)
Patch Set: fix comments 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 10 matching lines...) Expand all
21 extern const base::Feature kCCTPostMessageAPI; 21 extern const base::Feature kCCTPostMessageAPI;
22 extern const base::Feature kChromeHomeFeature; 22 extern const base::Feature kChromeHomeFeature;
23 extern const base::Feature kChromeHomeExpandButton; 23 extern const base::Feature kChromeHomeExpandButton;
24 extern const base::Feature kContentSuggestionsSettings; 24 extern const base::Feature kContentSuggestionsSettings;
25 extern const base::Feature kContextualSearchSingleActions; 25 extern const base::Feature kContextualSearchSingleActions;
26 extern const base::Feature kContextualSearchUrlActions; 26 extern const base::Feature kContextualSearchUrlActions;
27 extern const base::Feature kCustomContextMenu; 27 extern const base::Feature kCustomContextMenu;
28 extern const base::Feature kCustomFeedbackUi; 28 extern const base::Feature kCustomFeedbackUi;
29 extern const base::Feature kDownloadAutoResumptionThrottling; 29 extern const base::Feature kDownloadAutoResumptionThrottling;
30 extern const base::Feature kFullscreenActivity; 30 extern const base::Feature kFullscreenActivity;
31 extern const base::Feature kImportantSitesInCBD;
32 extern const base::Feature kImprovedA2HS; 31 extern const base::Feature kImprovedA2HS;
33 extern const base::Feature kSearchEnginePromoExistingDevice; 32 extern const base::Feature kSearchEnginePromoExistingDevice;
34 extern const base::Feature kSearchEnginePromoNewDevice; 33 extern const base::Feature kSearchEnginePromoNewDevice;
35 extern const base::Feature kNewPhotoPicker; 34 extern const base::Feature kNewPhotoPicker;
36 extern const base::Feature kNoCreditCardAbort; 35 extern const base::Feature kNoCreditCardAbort;
37 extern const base::Feature kNTPCondensedLayoutFeature; 36 extern const base::Feature kNTPCondensedLayoutFeature;
38 extern const base::Feature kNTPCondensedTileLayoutFeature; 37 extern const base::Feature kNTPCondensedTileLayoutFeature;
39 extern const base::Feature kNTPLaunchAfterInactivity; 38 extern const base::Feature kNTPLaunchAfterInactivity;
40 extern const base::Feature kNTPOfflinePagesFeature; 39 extern const base::Feature kNTPOfflinePagesFeature;
41 extern const base::Feature NTPShowGoogleGInOmniboxFeature; 40 extern const base::Feature NTPShowGoogleGInOmniboxFeature;
42 extern const base::Feature kPhysicalWebFeature; 41 extern const base::Feature kPhysicalWebFeature;
43 extern const base::Feature kPhysicalWebSharing; 42 extern const base::Feature kPhysicalWebSharing;
44 extern const base::Feature kSpecialLocaleFeature; 43 extern const base::Feature kSpecialLocaleFeature;
45 extern const base::Feature kSpecialLocaleWrapper; 44 extern const base::Feature kSpecialLocaleWrapper;
46 extern const base::Feature kTabReparenting; 45 extern const base::Feature kTabReparenting;
47 extern const base::Feature kUseNewDoodleApi; 46 extern const base::Feature kUseNewDoodleApi;
48 extern const base::Feature kUserMediaScreenCapturing; 47 extern const base::Feature kUserMediaScreenCapturing;
49 extern const base::Feature kVideoPersistence; 48 extern const base::Feature kVideoPersistence;
50 extern const base::Feature kWebPaymentsModifiers; 49 extern const base::Feature kWebPaymentsModifiers;
51 extern const base::Feature kWebPaymentsSingleAppUiSkip; 50 extern const base::Feature kWebPaymentsSingleAppUiSkip;
52 extern const base::Feature kWebVRCardboardSupport; 51 extern const base::Feature kWebVRCardboardSupport;
53 52
54 bool RegisterChromeFeatureListJni(JNIEnv* env); 53 bool RegisterChromeFeatureListJni(JNIEnv* env);
55 54
56 } // namespace android 55 } // namespace android
57 } // namespace chrome 56 } // namespace chrome
58 57
59 #endif // CHROME_BROWSER_ANDROID_CHROME_FEATURE_LIST_H_ 58 #endif // CHROME_BROWSER_ANDROID_CHROME_FEATURE_LIST_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698