Chromium Code Reviews| Index: base/win/win_util.cc |
| =================================================================== |
| --- base/win/win_util.cc (revision 111708) |
| +++ base/win/win_util.cc (working copy) |
| @@ -23,6 +23,11 @@ |
| namespace base { |
| namespace win { |
| +const wchar_t kRunKey[] = |
| + L"Software\\Microsoft\\Windows\\CurrentVersion\\Run"; |
| + |
| +const wchar_t kAutolaunchKeyValue[] = L"GoogleChromeAutoLaunch"; |
| + |
| #define NONCLIENTMETRICS_SIZE_PRE_VISTA \ |
| SIZEOF_STRUCT_WITH_SPECIFIED_LAST_MEMBER(NONCLIENTMETRICS, lfMessageFont) |