Revert 137754 - Disable cloud print connector policy checking on Windows.

While the real cause of crbug.com/128541 is being investigated, temporarily
disable the policy checking which seems to precipitate the crash. This fix is
speculative and the next canary will be watched to be sure this helps.

This will be reverted once a proper fix/workaround is found.

BUG=128541

Review URL: https://chromiumcodereview.appspot.com/10377189

TBR=scottbyer@chromium.org

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138365 0039d316-1c4b-4281-b951-d872f2087c98
parent 2aa4095d
......@@ -49,11 +49,7 @@ 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment