Chromium Code Reviews| 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); |