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

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

Issue 10246007: Fix GetAppShortcutName to return a localized name for Chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 8 years, 8 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
Index: chrome/installer/util/google_chrome_binaries_distribution.h
diff --git a/chrome/installer/util/google_chrome_binaries_distribution.h b/chrome/installer/util/google_chrome_binaries_distribution.h
index 05de929262e1a084b830d755a74c16b5e68857c0..81c75d787d7ba142469919bbe527eae9e97f5950 100644
--- a/chrome/installer/util/google_chrome_binaries_distribution.h
+++ b/chrome/installer/util/google_chrome_binaries_distribution.h
@@ -1,8 +1,8 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 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.
//
-// This file declares a class that contains various method related to branding.
+// This file defines a class that contains various method related to branding.
#ifndef CHROME_INSTALLER_UTIL_GOOGLE_CHROME_BINARIES_DISTRIBUTION_H_
#define CHROME_INSTALLER_UTIL_GOOGLE_CHROME_BINARIES_DISTRIBUTION_H_
@@ -12,15 +12,15 @@
class GoogleChromeBinariesDistribution : public ChromiumBinariesDistribution {
public:
- virtual std::wstring GetAppGuid();
+ virtual string16 GetAppGuid();
- virtual std::wstring GetAppShortCutName();
+ virtual string16 GetAppShortCutName();
- virtual std::wstring GetStateKey();
+ virtual string16 GetStateKey();
- virtual std::wstring GetStateMediumKey();
+ virtual string16 GetStateMediumKey();
- virtual std::wstring GetVersionKey();
+ virtual string16 GetVersionKey();
virtual void UpdateInstallStatus(bool system_install,
installer::ArchiveType archive_type,

Powered by Google App Engine
This is Rietveld 408576698