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

Unified Diff: third_party/WebKit/public/web/WebRuntimeFeatures.h

Issue 1968653002: Rename flags for Origin Trials framework (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/public/web/WebRuntimeFeatures.h
diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
index 00593d56058bfaca81642f1c84059f04d6342cec..3262e77fb112e91b192ea1d25bf6795ded1a0a12 100644
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
@@ -64,8 +64,8 @@ public:
BLINK_EXPORT static void forceDisplayList2dCanvas(bool);
BLINK_EXPORT static void forceDisable2dCanvasCopyOnWrite(bool);
- BLINK_EXPORT static void enableExperimentalFramework(bool);
- BLINK_EXPORT static bool isExperimentalFrameworkEnabled();
+ BLINK_EXPORT static void enableOriginTrials(bool);
iclelland 2016/05/11 16:23:44 Just curious -- why are these declarations in a di
chasej 2016/05/11 19:05:39 I was trying to match the existing order in both f
iclelland 2016/05/11 19:14:50 Acknowledged. I'm satisfied with this :)
+ BLINK_EXPORT static bool isOriginTrialsEnabled();
BLINK_EXPORT static void enableApplicationCache(bool);
BLINK_EXPORT static void enableAudioOutputDevices(bool);

Powered by Google App Engine
This is Rietveld 408576698