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

Unified Diff: chrome/installer/setup/chrome_frame_quick_enable.h

Issue 103253004: Remove Chrome Frame quick-enable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment fix Created 7 years 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/chrome_installer.gypi ('k') | chrome/installer/setup/chrome_frame_quick_enable.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/setup/chrome_frame_quick_enable.h
diff --git a/chrome/installer/setup/chrome_frame_quick_enable.h b/chrome/installer/setup/chrome_frame_quick_enable.h
deleted file mode 100644
index 60a44b6785379a4df3a06da9d194f7aaf729787c..0000000000000000000000000000000000000000
--- a/chrome/installer/setup/chrome_frame_quick_enable.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// 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.
-//
-// Support for Chrome Frame quick enable.
-
-#ifndef CHROME_INSTALLER_SETUP_CHROME_FRAME_QUICK_ENABLE_H_
-#define CHROME_INSTALLER_SETUP_CHROME_FRAME_QUICK_ENABLE_H_
-
-#include "chrome/installer/util/util_constants.h"
-
-namespace installer {
-
-class InstallationState;
-class InstallerState;
-
-// Installs Chrome Frame in the same location as Chrome is currently installed
-// in. Setup is assumed to be running from the Installer directory.
-InstallStatus ChromeFrameQuickEnable(const InstallationState& machine_state,
- InstallerState* installer_state);
-
-} // namespace installer
-
-#endif // CHROME_INSTALLER_SETUP_CHROME_FRAME_QUICK_ENABLE_H_
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/installer/setup/chrome_frame_quick_enable.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698