| Index: Source/WebKit/chromium/public/WebRuntimeFeatures.h
|
| ===================================================================
|
| --- Source/WebKit/chromium/public/WebRuntimeFeatures.h (revision 137209)
|
| +++ Source/WebKit/chromium/public/WebRuntimeFeatures.h (working copy)
|
| @@ -159,6 +159,10 @@
|
| WEBKIT_EXPORT static void enableCSSExclusions(bool);
|
| WEBKIT_EXPORT static bool isCSSExclusionsEnabled();
|
|
|
| +
|
| + WEBKIT_EXPORT static void enableWebIntents(bool);
|
| + WEBKIT_EXPORT static bool isWebIntentsEnabled();
|
| +
|
| private:
|
| WebRuntimeFeatures();
|
| };
|
|
|