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

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: Reorganized some code 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..f78996c77b2c0a0c7e385466245321e01a7aca71 100644
--- a/chrome/browser/android/chrome_feature_list.h
+++ b/chrome/browser/android/chrome_feature_list.h
@@ -7,9 +7,12 @@
#include <jni.h>
+#include "base/feature_list.h"
+
namespace chrome {
namespace android {
+extern const base::Feature kPhysicalWebFeature;
Alexei Svitkine (slow) 2015/12/21 19:02:17 Nit: Add an empty line below.
cco3 2015/12/21 19:21:00 Done.
bool RegisterChromeFeatureListJni(JNIEnv* env);
} // namespace android

Powered by Google App Engine
This is Rietveld 408576698