Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(615)

Unified Diff: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in

Issue 2672983003: Implements PrintBrowser mode. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
diff --git a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
index a8be4a1b8b7230c9f27f16c0aa9c9246c031b210..c48ed870c3dbe3c410d643e911f1540f4f86b44e 100644
--- a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
+++ b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
@@ -194,6 +194,7 @@ Permissions status=stable
PermissionsRequestRevoke status=experimental
PointerEvent status=stable
PreciseMemoryInfo
+PrintBrowser
PreferredImageRasterBounds settable_from_internals=True
// This feature is deprecated and we are evangelizing affected sites.
// See https://crbug.com/346236 for current status.
@@ -225,7 +226,7 @@ ShapeDetection status=experimental
SharedArrayBuffer
SharedWorker status=stable
SlimmingPaintInvalidation implied_by=SlimmingPaintV2, status=stable
-SlimmingPaintV2
+SlimmingPaintV2 implied_by=PrintBrowser
SlimmingPaintStrictCullRectClipping
// Used as argument in attribute of stable-release functions/interfaces where
// a runtime-enabled feature name is required for correct IDL syntax.

Powered by Google App Engine
This is Rietveld 408576698