summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/google_update_constants.cc
blob: 670385031091a427d1441673ea51039284ec0e82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/installer/util/google_update_constants.h"

namespace google_update {

const wchar_t kChromeGuid[] = L"{8A69D345-D564-463c-AFF1-A69D9E530F96}";
const wchar_t kGearsUpgradeCode[] = L"{D92DBAED-3E3E-4530-B30D-072D16C7DDD0}";
const wchar_t kRegPathClients[] = L"Software\\Google\\Update\\Clients";
const wchar_t kRegPathClientState[] = L"Software\\Google\\Update\\ClientState";
const wchar_t kRegApFieldName[] = L"ap";
const wchar_t kRegNameField[] = L"name";
const wchar_t kRegVersionField[] = L"pv";
const wchar_t kRegLastCheckedField[] = L"LastChecked";

}  // namespace installer