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

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

Issue 2888203003: Add separate feature flag for VR CCT browsing. (Closed)
Patch Set: Add histogram enums + add matching buildflags for descriptions. 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/android/chrome_feature_list.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 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 extern const base::Feature kNTPOfflinePagesFeature; 44 extern const base::Feature kNTPOfflinePagesFeature;
45 extern const base::Feature NTPShowGoogleGInOmniboxFeature; 45 extern const base::Feature NTPShowGoogleGInOmniboxFeature;
46 extern const base::Feature kPhysicalWebFeature; 46 extern const base::Feature kPhysicalWebFeature;
47 extern const base::Feature kPhysicalWebSharing; 47 extern const base::Feature kPhysicalWebSharing;
48 extern const base::Feature kSpecialLocaleFeature; 48 extern const base::Feature kSpecialLocaleFeature;
49 extern const base::Feature kSpecialLocaleWrapper; 49 extern const base::Feature kSpecialLocaleWrapper;
50 extern const base::Feature kTabReparenting; 50 extern const base::Feature kTabReparenting;
51 extern const base::Feature kUseNewDoodleApi; 51 extern const base::Feature kUseNewDoodleApi;
52 extern const base::Feature kUserMediaScreenCapturing; 52 extern const base::Feature kUserMediaScreenCapturing;
53 extern const base::Feature kVideoPersistence; 53 extern const base::Feature kVideoPersistence;
54 extern const base::Feature kVrCustomTabBrowsing;
54 extern const base::Feature kWebPaymentsModifiers; 55 extern const base::Feature kWebPaymentsModifiers;
55 extern const base::Feature kWebPaymentsSingleAppUiSkip; 56 extern const base::Feature kWebPaymentsSingleAppUiSkip;
56 extern const base::Feature kWebVRCardboardSupport; 57 extern const base::Feature kWebVRCardboardSupport;
57 extern const base::Feature kXGEOVisibleNetworks; 58 extern const base::Feature kXGEOVisibleNetworks;
58 59
59 bool RegisterChromeFeatureListJni(JNIEnv* env); 60 bool RegisterChromeFeatureListJni(JNIEnv* env);
60 61
61 } // namespace android 62 } // namespace android
62 } // namespace chrome 63 } // namespace chrome
63 64
64 #endif // CHROME_BROWSER_ANDROID_CHROME_FEATURE_LIST_H_ 65 #endif // CHROME_BROWSER_ANDROID_CHROME_FEATURE_LIST_H_
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/android/chrome_feature_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698