diff options
author | pastarmovj@chromium.org <pastarmovj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 15:14:59 +0000 |
---|---|---|
committer | pastarmovj@chromium.org <pastarmovj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 15:14:59 +0000 |
commit | 72f582938721f2ad69e3eb034d0562938ae1c4f7 (patch) | |
tree | 021a56faf0af0abab0546d9d4a7594500d97a8e7 /chrome/common/chrome_paths_internal.h | |
parent | 1c47238c726247bb8718964941270905fa27b5be (diff) | |
download | chromium_src-72f582938721f2ad69e3eb034d0562938ae1c4f7.zip chromium_src-72f582938721f2ad69e3eb034d0562938ae1c4f7.tar.gz chromium_src-72f582938721f2ad69e3eb034d0562938ae1c4f7.tar.bz2 |
Revert 135321 - 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
TBR=pastarmovj@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10382012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135347 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_paths_internal.h')
-rw-r--r-- | chrome/common/chrome_paths_internal.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/common/chrome_paths_internal.h b/chrome/common/chrome_paths_internal.h index 0e60ce1..d4a1151 100644 --- a/chrome/common/chrome_paths_internal.h +++ b/chrome/common/chrome_paths_internal.h @@ -6,8 +6,6 @@ #define CHROME_COMMON_CHROME_PATHS_INTERNAL_H_ #pragma once -#include <string> - #include "build/build_config.h" #if defined(OS_MACOSX) @@ -87,9 +85,6 @@ NSBundle* OuterAppBundle(); #endif // OS_MACOSX -// Checks if the |process_type| has the rights to access the profile. -bool ProcessNeedsProfileDir(const std::string& process_type); - } // namespace chrome #endif // CHROME_COMMON_CHROME_PATHS_INTERNAL_H_ |