Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index cd50f6fa4f7cebe8be10b9824a0f3f424af8509f..3285accb410c85b6d21635d22292b69ccc028a44 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); |