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

Unified Diff: chrome/browser/android/chrome_feature_list.h

Issue 1512113002: Read feature param for Physical Web experiment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Used new feature API Created 5 years 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/android/chrome_feature_list.h
diff --git a/chrome/browser/android/chrome_feature_list.h b/chrome/browser/android/chrome_feature_list.h
index 32e5e6d56659a5c0bdfacdd72ede9626ceb61684..e236aa74283c88a9dbf132b389e8120e7b5fba05 100644
--- a/chrome/browser/android/chrome_feature_list.h
+++ b/chrome/browser/android/chrome_feature_list.h
@@ -7,11 +7,15 @@
#include <jni.h>
+#include "base/feature_list.h"
+
namespace chrome {
namespace android {
bool RegisterChromeFeatureListJni(JNIEnv* env);
+extern const base::Feature kPhysicalWebFeature;
mmocny 2015/12/21 15:45:55 Is this really the first Clank feature?
Alexei Svitkine (slow) 2015/12/21 15:48:18 First one using the new Feature API. I only landed
Alexei Svitkine (slow) 2015/12/21 15:48:18 Nit: I'd put this on after line 14.
cco3 2015/12/21 18:10:11 Done.
+
} // namespace android
} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698