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 9fc53c469d5edb2cd16049b74523d71deefe2284..e3678bd9eb45e835d99ca46f390dbb15e5d9f61a 100644 |
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h |
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h |
@@ -106,6 +106,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); |