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

Unified Diff: chrome/common/chrome_features.h

Issue 2441203002: Add field trial for the WebAPK server URL (Closed)
Patch Set: Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/chrome_features.h
diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
index a24f65f3f533258d6d43869172b5723387ad7b70..c1c4d309f81d4e5f0b78d72d400a8e9dc9ac37c0 100644
--- a/chrome/common/chrome_features.h
+++ b/chrome/common/chrome_features.h
@@ -97,6 +97,10 @@ extern const base::Feature kQuickUnlockPin;
extern const base::Feature kEHVInputOnImeMenu;
#endif // defined(OS_CHROMEOS)
+#if defined(OS_ANDROID)
dominickn 2016/10/24 00:32:37 Nit: probably should call this kWebApks.
+extern const base::Feature kWebApk;
dominickn 2016/10/24 00:32:37 If you're adding this, you should look at revampin
+#endif
+
// DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
// alphabetical order, or in one of the ifdefs (also in order in each section).

Powered by Google App Engine
This is Rietveld 408576698