diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-01 18:53:54 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-01 18:53:54 +0000 |
commit | 20c01928492aca53ee6ba6e1c84a199e889cb74d (patch) | |
tree | 826fe8495f69fdb82a1060abc32d64a74350344e /base/base_paths_win.h | |
parent | a241d488d2b2be5a05149aa41f7920da9049983b (diff) | |
download | chromium_src-20c01928492aca53ee6ba6e1c84a199e889cb74d.zip chromium_src-20c01928492aca53ee6ba6e1c84a199e889cb74d.tar.gz chromium_src-20c01928492aca53ee6ba6e1c84a199e889cb74d.tar.bz2 |
Make acrobat work with --safe-plugins by giving it write access
to HKCU\Software\Adobe. Since we already have write access
to HKCU\Software\Macromedia, I don't believe this is making it
less secure than it actually is. We also give it write access to
AppData\Adobe.
Finally, we also need to let it do a directory listing
in c:\users\<user> and c:\users\<user>\AppData, otherwise
it crashes.
Review URL: http://codereview.chromium.org/554095
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37719 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base_paths_win.h')
-rw-r--r-- | base/base_paths_win.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/base/base_paths_win.h b/base/base_paths_win.h index 2e585d9..7cf0314 100644 --- a/base/base_paths_win.h +++ b/base/base_paths_win.h @@ -23,7 +23,8 @@ enum { // Start Menu\Programs" DIR_START_MENU, // Usually "C:\Documents and Settings\<user>\ // Start Menu\Programs" - DIR_APP_DATA, // Application Data directory under the user profile. + DIR_APP_DATA, // Application Data directory under the user profile. + DIR_PROFILE, // Usually "C:\Documents and settings\<user>. DIR_LOCAL_APP_DATA_LOW, // Local AppData directory for low integrity level. DIR_LOCAL_APP_DATA, // "Local Settings\Application Data" directory under the // user profile. |