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

Unified Diff: base/win/win_util.h

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
« no previous file with comments | « no previous file | base/win/win_util.cc » ('j') | chrome/browser/resources/options/browser_options.html » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/win_util.h
===================================================================
--- base/win/win_util.h (revision 111708)
+++ base/win/win_util.h (working copy)
@@ -45,6 +45,12 @@
// lParam - Pointer to MSG struct containing the original message.
const int kReflectedMessage = WM_APP + 3;
+// The location of the Run key in the registry.
+extern const wchar_t kRunKey[];
grt (UTC plus 2) 2011/12/01 04:45:02 i think this is the wrong direction. please see m
+
+// The name of the Chrome Auto-launch key under the Run key.
grt (UTC plus 2) 2011/12/01 04:45:02 move this back into install util.
+extern const wchar_t kAutolaunchKeyValue[];
+
BASE_EXPORT void GetNonClientMetrics(NONCLIENTMETRICS* metrics);
// Returns the string representing the current user sid.
« no previous file with comments | « no previous file | base/win/win_util.cc » ('j') | chrome/browser/resources/options/browser_options.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698