| 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);
|
| + BLINK_EXPORT static bool isOriginTrialsEnabled();
|
|
|
| BLINK_EXPORT static void enableApplicationCache(bool);
|
| BLINK_EXPORT static void enableAudioOutputDevices(bool);
|
|
|