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

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

Issue 1635593004: Rename Experimental Framework classes and concepts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename RuntimeEnabledFeatures flag to experimental_feature_name Created 4 years, 11 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: 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 c44550c0950c8d1e35ea36539489c60dddedda5a..012d681ee3521f3f8d00a12027c5847ab26e0bc2 100755
--- a/third_party/WebKit/Source/build/scripts/make_runtime_features.py
+++ b/third_party/WebKit/Source/build/scripts/make_runtime_features.py
@@ -43,7 +43,7 @@ class RuntimeFeatureWriter(in_generator.Writer):
'status': ['stable', 'experimental', 'test'],
}
defaults = {
- 'api_name': None,
+ 'experimental_feature_name': None,
chasej 2016/01/26 16:56:52 Subject to change, based on comment on naming for
iclelland 2016/01/26 19:05:48 Acknowledged.
iclelland 2016/01/27 18:56:46 Done.
'condition': None,
'implied_by': [],
'depends_on': [],

Powered by Google App Engine
This is Rietveld 408576698