Revert revert of 146149 - Don't pass the connector check policy along.
Continuation of http://codereview.chromium.org/10692178/ If a browser is running, and the service process is running the connector, the connector will occasionally start up a chromium process to check the connector enablement policy. The flag to do so would get passed to a running browser, if present, and there is a path through the policy check code that could cause the browser to quit. This patch prevents the policy check flag from being passed on; the started process will be very short lived and does a silent launch. Original Review URL: https://chromiumcodereview.appspot.com/10666010 Second Review URL: http://codereview.chromium.org/10692178/ BUG=134252 TEST=None Review URL: https://chromiumcodereview.appspot.com/10823059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148872 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment