| Index: chrome/browser/ui/startup/startup_browser_creator.cc
|
| diff --git a/chrome/browser/ui/startup/startup_browser_creator.cc b/chrome/browser/ui/startup/startup_browser_creator.cc
|
| index c093c188ec1ba1d84e0dab0c6771d08167e3485a..2fbb2483e527146c05600f4ab9ab6e811b25f1e3 100644
|
| --- a/chrome/browser/ui/startup/startup_browser_creator.cc
|
| +++ b/chrome/browser/ui/startup/startup_browser_creator.cc
|
| @@ -513,16 +513,6 @@ bool StartupBrowserCreator::ProcessCmdLineImpl(
|
| command_line)) {
|
| silent_launch = true;
|
| }
|
| -
|
| - // If we are checking the proxy enabled policy, don't open any windows.
|
| - if (command_line.HasSwitch(switches::kCheckCloudPrintConnectorPolicy)) {
|
| - silent_launch = true;
|
| - if (CloudPrintProxyServiceFactory::GetForProfile(last_used_profile)->
|
| - EnforceCloudPrintConnectorPolicyAndQuit())
|
| - // Success, nothing more needs to be done, so return false to stop
|
| - // launching and quit.
|
| - return false;
|
| - }
|
| #endif // defined(ENABLE_PRINT_PREVIEW)
|
|
|
| VLOG(2) << "ProcessCmdLineImpl: PLACE 1";
|
|
|