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

Side by Side Diff: chrome/installer/util/google_update_constants.cc

Issue 6576020: Remove Gears from Chrome (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: windows fixes Created 9 years, 9 months 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/installer/util/google_update_constants.h ('k') | chrome/plugin/chrome_plugin_host.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/installer/util/google_update_constants.h" 5 #include "chrome/installer/util/google_update_constants.h"
6 6
7 namespace google_update { 7 namespace google_update {
8 8
9 const wchar_t kGearsUpgradeCode[] = L"{D92DBAED-3E3E-4530-B30D-072D16C7DDD0}";
10 const wchar_t kChromeUpgradeCode[] = L"{8A69D345-D564-463C-AFF1-A69D9E530F96}"; 9 const wchar_t kChromeUpgradeCode[] = L"{8A69D345-D564-463C-AFF1-A69D9E530F96}";
11 10
12 const wchar_t kRegPathClients[] = L"Software\\Google\\Update\\Clients"; 11 const wchar_t kRegPathClients[] = L"Software\\Google\\Update\\Clients";
13 const wchar_t kRegPathClientState[] = L"Software\\Google\\Update\\ClientState"; 12 const wchar_t kRegPathClientState[] = L"Software\\Google\\Update\\ClientState";
14 const wchar_t kRegPathClientStateMedium[] 13 const wchar_t kRegPathClientStateMedium[]
15 = L"Software\\Google\\Update\\ClientStateMedium"; 14 = L"Software\\Google\\Update\\ClientStateMedium";
16 15
17 const wchar_t kRegCommandsKey[] = L"Commands"; 16 const wchar_t kRegCommandsKey[] = L"Commands";
18 17
19 const wchar_t kRegApField[] = L"ap"; 18 const wchar_t kRegApField[] = L"ap";
(...skipping 17 matching lines...) Expand all
37 const wchar_t kRegOopcrashesField[] = L"oopcrashes"; 36 const wchar_t kRegOopcrashesField[] = L"oopcrashes";
38 const wchar_t kRegRLZBrandField[] = L"brand"; 37 const wchar_t kRegRLZBrandField[] = L"brand";
39 const wchar_t kRegReferralField[] = L"referral"; 38 const wchar_t kRegReferralField[] = L"referral";
40 const wchar_t kRegRenameCmdField[] = L"cmd"; 39 const wchar_t kRegRenameCmdField[] = L"cmd";
41 const wchar_t kRegSendsPingsField[] = L"SendsPings"; 40 const wchar_t kRegSendsPingsField[] = L"SendsPings";
42 const wchar_t kRegUsageStatsField[] = L"usagestats"; 41 const wchar_t kRegUsageStatsField[] = L"usagestats";
43 const wchar_t kRegVersionField[] = L"pv"; 42 const wchar_t kRegVersionField[] = L"pv";
44 const wchar_t kRegWebAccessibleField[] = L"WebAccessible"; 43 const wchar_t kRegWebAccessibleField[] = L"WebAccessible";
45 44
46 } // namespace google_update 45 } // namespace google_update
OLDNEW
« no previous file with comments | « chrome/installer/util/google_update_constants.h ('k') | chrome/plugin/chrome_plugin_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698