| Index: base/base_paths_win.h
|
| diff --git a/base/base_paths_win.h b/base/base_paths_win.h
|
| index d9dbc39f99ab1713336aec4f656e675e20cacf38..761226e0addd484df2662bcc9cf86deec6c5a3d2 100644
|
| --- a/base/base_paths_win.h
|
| +++ b/base/base_paths_win.h
|
| @@ -26,24 +26,21 @@ enum {
|
| DIR_PROGRAM_FILES6432, // See table above.
|
|
|
| DIR_IE_INTERNET_CACHE, // Temporary Internet Files directory.
|
| - DIR_COMMON_START_MENU, // Usually "C:\Documents and Settings\All Users\
|
| - // Start Menu\Programs"
|
| - DIR_START_MENU, // Usually "C:\Documents and Settings\<user>\
|
| + DIR_COMMON_START_MENU, // Usually "C:\ProgramData\Microsoft\Windows\
|
| // Start Menu\Programs"
|
| + DIR_START_MENU, // Usually "C:\Users\<user>\AppData\Roaming\Microsoft\
|
| + // Windows\Start Menu\Programs"
|
| DIR_APP_DATA, // Application Data directory under the user profile.
|
| DIR_LOCAL_APP_DATA, // "Local Settings\Application Data" directory under
|
| // the user profile.
|
| - DIR_COMMON_APP_DATA, // W2K, XP, W2K3: "C:\Documents and Settings\
|
| - // All Users\Application Data".
|
| - // Vista, W2K8 and above: "C:\ProgramData".
|
| + DIR_COMMON_APP_DATA, // Usually "C:\ProgramData".
|
| DIR_APP_SHORTCUTS, // Where tiles on the start screen are stored, only
|
| // for Windows 8. Maps to "Local\AppData\Microsoft\
|
| // Windows\Application Shortcuts\".
|
| DIR_COMMON_DESKTOP, // Directory for the common desktop (visible
|
| // on all user's Desktop).
|
| DIR_USER_QUICK_LAUNCH, // Directory for the quick launch shortcuts.
|
| - DIR_TASKBAR_PINS, // Directory for the shortcuts pinned to taskbar
|
| - // (Win7-8) via base::win::PinShortcutToTaskbar().
|
| + DIR_TASKBAR_PINS, // Directory for the shortcuts pinned to taskbar.
|
| DIR_WINDOWS_FONTS, // Usually C:\Windows\Fonts.
|
|
|
| PATH_WIN_END
|
|
|