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. |