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

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

Issue 2621713004: Remove *BinariesDistribution and ChromeBinariesOperations from installer_util. (Closed)
Patch Set: sync to position 442533 Created 3 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
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
deleted file mode 100644
index 54b7bc61c12952a808cdf75f8dbd017d31e7ef16..0000000000000000000000000000000000000000
--- a/chrome/installer/util/google_chrome_binaries_distribution.h
+++ /dev/null
@@ -1,32 +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.
-//
-// This file declares 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_
-
-#include "base/macros.h"
-#include "chrome/installer/util/chromium_binaries_distribution.h"
-
-class GoogleChromeBinariesDistribution : public ChromiumBinariesDistribution {
- public:
- base::string16 GetDisplayName() override;
-
- base::string16 GetShortcutName() override;
-
- void UpdateInstallStatus(bool system_install,
- installer::ArchiveType archive_type,
- installer::InstallStatus install_status) override;
-
- protected:
- friend class BrowserDistribution;
-
- GoogleChromeBinariesDistribution();
-
- private:
- DISALLOW_COPY_AND_ASSIGN(GoogleChromeBinariesDistribution);
-};
-
-#endif // CHROME_INSTALLER_UTIL_GOOGLE_CHROME_BINARIES_DISTRIBUTION_H_

Powered by Google App Engine
This is Rietveld 408576698