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

Unified Diff: third_party/WebKit/Source/build/scripts/make_runtime_features.py

Issue 2249043002: Disable WebShare on platforms other than android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/build/scripts/templates/OriginTrials.cpp.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/build/scripts/make_runtime_features.py
diff --git a/third_party/WebKit/Source/build/scripts/make_runtime_features.py b/third_party/WebKit/Source/build/scripts/make_runtime_features.py
index 068c53d2734dc8a020f7dd4502c3ce593ac80ff9..d3f3fe12f17cc3f68949e22a19b492803200f178 100755
--- a/third_party/WebKit/Source/build/scripts/make_runtime_features.py
+++ b/third_party/WebKit/Source/build/scripts/make_runtime_features.py
@@ -49,6 +49,7 @@ class RuntimeFeatureWriter(in_generator.Writer):
'feature_policy': None,
'implied_by': [],
'origin_trial_feature_name': None,
+ 'origin_trial_os_whitelist': [],
dglazkov 2016/09/29 15:59:47 just origin_trial_os? Also, will you need to modif
Sam McNally 2016/10/04 01:54:03 Done.
'settable_from_internals': False,
'status': None,
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/build/scripts/templates/OriginTrials.cpp.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698