diff options
author | pastarmovj@chromium.org <pastarmovj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 13:04:11 +0000 |
---|---|---|
committer | pastarmovj@chromium.org <pastarmovj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 13:04:11 +0000 |
commit | 4b15160fbc0cdaea88842bb6ea36b40f8ef88c71 (patch) | |
tree | 2b328ceacaa081cf006d09d4fa001626256e8cf0 /chrome/common_constants.gypi | |
parent | 65e1332ddde91ec93011b84fa41f952d12807a62 (diff) | |
download | chromium_src-4b15160fbc0cdaea88842bb6ea36b40f8ef88c71.zip chromium_src-4b15160fbc0cdaea88842bb6ea36b40f8ef88c71.tar.gz chromium_src-4b15160fbc0cdaea88842bb6ea36b40f8ef88c71.tar.bz2 |
Make sure only the main browser process and service proceses are allowed to create the profile directory.
This patch lets Chrome start with profile located on a network share on
Windows Vista and newer.
BUG=120388
TEST=Start Chrome with --user-data-dir pointing to a network share location and try to navigate to a web page. This should not lead to a hang of the renderer.
Review URL: http://codereview.chromium.org/10306009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135321 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common_constants.gypi')
-rw-r--r-- | chrome/common_constants.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common_constants.gypi b/chrome/common_constants.gypi index 48ff259a..4762e1e 100644 --- a/chrome/common_constants.gypi +++ b/chrome/common_constants.gypi @@ -86,6 +86,7 @@ ], 'defines': [ '<@(nacl_win64_defines)', + 'COMPILE_CONTENT_STATICALLY', ], 'configurations': { 'Common_Base': { |