Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(812)

Unified Diff: base/win/win_util.cc

Issue 8729009: Implement an AutoLaunch experiment for Chrome for certain brand codes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698