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

Unified Diff: chrome/service/cloud_print/cloud_print_proxy.cc

Issue 10377189: Disable cloud print connector policy checking on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698