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

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

Issue 2791593002: Allow installer::GetLocalizedString to return mode-specific strings. (Closed)
Patch Set: manzagop review part the deux Created 3 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 side-by-side diff with in-line comments
Download patch
Index: chrome/installer/util/google_chrome_sxs_distribution.h
diff --git a/chrome/installer/util/google_chrome_sxs_distribution.h b/chrome/installer/util/google_chrome_sxs_distribution.h
deleted file mode 100644
index d72c42a1c71519dd2a9a10504c9ca3bbf8d492f8..0000000000000000000000000000000000000000
--- a/chrome/installer/util/google_chrome_sxs_distribution.h
+++ /dev/null
@@ -1,33 +0,0 @@
-// 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.
-
-#ifndef CHROME_INSTALLER_UTIL_GOOGLE_CHROME_SXS_DISTRIBUTION_H_
-#define CHROME_INSTALLER_UTIL_GOOGLE_CHROME_SXS_DISTRIBUTION_H_
-
-#include "base/strings/string16.h"
-#include "chrome/installer/util/browser_distribution.h"
-#include "chrome/installer/util/google_chrome_distribution.h"
-#include "chrome/installer/util/l10n_string_util.h"
-#include "chrome/installer/util/util_constants.h"
-
-// GoogleChromeSxSDistribution encapsulates properties of Google Chrome Sxs
-// distribution which can co-exist with other Google Chrome distributions.
-// Google Chrome Sxs distribution is installed to a different path, runs
-// alongside with normally installed Google Chrome, and is updated separately.
-// It is mainly used for developer preview and testing, and is disabled for
-// system level install and setting as default browser.
-class GoogleChromeSxSDistribution : public GoogleChromeDistribution {
- public:
- base::string16 GetShortcutName() override;
- base::string16 GetStartMenuShortcutSubfolder(
- Subfolder subfolder_type) override;
-
- private:
- friend class BrowserDistribution;
-
- // Disallow construction from non-friends.
- GoogleChromeSxSDistribution();
-};
-
-#endif // CHROME_INSTALLER_UTIL_GOOGLE_CHROME_SXS_DISTRIBUTION_H_
« no previous file with comments | « chrome/installer/util/google_chrome_distribution.cc ('k') | chrome/installer/util/google_chrome_sxs_distribution.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698