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

Unified Diff: chrome/installer/util/package_properties.h

Issue 6100003: Update checks of multi-installs now use the proper app guid.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/installer/util/helper.cc ('k') | chrome/installer/util/package_properties.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/package_properties.h
===================================================================
--- chrome/installer/util/package_properties.h (revision 70612)
+++ chrome/installer/util/package_properties.h (working copy)
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 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.
@@ -36,6 +36,7 @@
virtual bool ReceivesUpdates() const = 0;
// Equivalent to BrowserDistribution::GetAppGuid()
+ virtual const std::wstring& GetAppGuid() = 0;
virtual const std::wstring& GetStateKey() = 0;
virtual const std::wstring& GetStateMediumKey() = 0;
virtual const std::wstring& GetVersionKey() = 0;
@@ -54,6 +55,7 @@
const std::wstring& version_key);
virtual ~PackagePropertiesImpl();
+ virtual const std::wstring& GetAppGuid();
virtual const std::wstring& GetStateKey();
virtual const std::wstring& GetStateMediumKey();
virtual const std::wstring& GetVersionKey();
« no previous file with comments | « chrome/installer/util/helper.cc ('k') | chrome/installer/util/package_properties.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698