Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index 9dbd3a3eeee75b952c41a159f84f83ce4fe612ca..03b44f178cdf85f6ecc8600c345739f680439cc9 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -181,6 +181,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs( |
if (command_line.HasSwitch(switches::kEnablePreciseMemoryInfo)) |
WebRuntimeFeatures::enablePreciseMemoryInfo(true); |
+ if (command_line.HasSwitch(switches::kEnablePrintBrowser)) |
+ WebRuntimeFeatures::enablePrintBrowser(true); |
+ |
if (command_line.HasSwitch(switches::kEnableNetworkInformation) || |
enableExperimentalWebPlatformFeatures) { |
WebRuntimeFeatures::enableNetworkInformation(true); |