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 129378f6c7685b0f3f96ede247692a97ea7c7ed6..1ef45cb0c42e08469074eab370ff788ce4b221e1 100644 |
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h |
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h |
@@ -105,6 +105,7 @@ class WebRuntimeFeatures { |
BLINK_EXPORT static void enablePermissionsAPI(bool); |
BLINK_EXPORT static void enablePointerEvent(bool); |
BLINK_EXPORT static void enablePreciseMemoryInfo(bool); |
+ BLINK_EXPORT static void enablePrintBrowser(bool); |
BLINK_EXPORT static void enablePresentationAPI(bool); |
BLINK_EXPORT static void enablePushMessaging(bool); |
BLINK_EXPORT static void enableReducedReferrerGranularity(bool); |