| 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 1428a480c09dc31cba54d4f7025ace6fb6229bc7..c1188d3be41b3b4152a35badefe2e76f60039b36 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -87,6 +87,7 @@ class WebRuntimeFeatures {
|
| BLINK_EXPORT static void enableHeapCompaction(bool);
|
| BLINK_EXPORT static void enableInputMultipleFieldsUI(bool);
|
| BLINK_EXPORT static void enableLazyParseCSS(bool);
|
| + BLINK_EXPORT static void enableLoadingWithMojo(bool);
|
| BLINK_EXPORT static void enableMediaCapture(bool);
|
| BLINK_EXPORT static void enableMediaDocumentDownloadButton(bool);
|
| BLINK_EXPORT static void enableMediaSession(bool);
|
|
|