Index: chrome/service/cloud_print/cloud_print_proxy.cc |
diff --git a/chrome/service/cloud_print/cloud_print_proxy.cc b/chrome/service/cloud_print/cloud_print_proxy.cc |
index 6b4e2ce646732b79fbe140ad1f083cd4adc96cc0..db16bc03f7cb5955d28b6278a8d87a47a3ddd75c 100644 |
--- a/chrome/service/cloud_print/cloud_print_proxy.cc |
+++ b/chrome/service/cloud_print/cloud_print_proxy.cc |
@@ -49,7 +49,11 @@ void ShowTokenExpiredNotificationInBrowser() { |
} |
void CheckCloudPrintProxyPolicyInBrowser() { |
+ // crbug.com/128541, speculative temporary workaround for the crash. |
+ // TODO(scottbyer): Find the real problem and put this back in. |
+#if !defined(OS_WIN) |
LaunchBrowserProcessWithSwitch(switches::kCheckCloudPrintConnectorPolicy); |
+#endif |
} |
} // namespace |