summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/google_update_constants.h
diff options
context:
space:
mode:
authorcpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-19 22:55:47 +0000
committercpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-19 22:55:47 +0000
commit3c30f4c1e5f2bdb4f5d198c4a9ea18cc8045ddea (patch)
treecb46a30551e8eb5112a6c6ba4d9a9284e2dedcfe /chrome/installer/util/google_update_constants.h
parent5b654e2ea37484ca68960ae54bc75316e331361a (diff)
downloadchromium_src-3c30f4c1e5f2bdb4f5d198c4a9ea18cc8045ddea.zip
chromium_src-3c30f4c1e5f2bdb4f5d198c4a9ea18cc8045ddea.tar.gz
chromium_src-3c30f4c1e5f2bdb4f5d198c4a9ea18cc8045ddea.tar.bz2
Finish the wiring of the inactive user toast experiment
- Adds read-write to the client key of google_update - Adds the logic to track experiment outcome - Some new geric exitc codes (non error codes) BUG= b/1484308 TEST= see the bug Review URL: http://codereview.chromium.org/132058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18871 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/google_update_constants.h')
-rw-r--r--chrome/installer/util/google_update_constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/installer/util/google_update_constants.h b/chrome/installer/util/google_update_constants.h
index 72cfe0b..5deb946 100644
--- a/chrome/installer/util/google_update_constants.h
+++ b/chrome/installer/util/google_update_constants.h
@@ -24,6 +24,7 @@ extern const wchar_t kRegPathClientStateMedium[];
extern const wchar_t kRegApField[];
extern const wchar_t kRegBrowserField[];
+extern const wchar_t kRegClientField[];
extern const wchar_t kRegDidRunField[];
extern const wchar_t kRegLangField[];
extern const wchar_t kRegLastCheckedField[];