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

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

Issue 110163004: Remove Chrome Frame ready-mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: compile fixes for mini_installer_test 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
Index: chrome/installer/setup/chrome_frame_ready_mode.h
diff --git a/chrome/installer/setup/chrome_frame_ready_mode.h b/chrome/installer/setup/chrome_frame_ready_mode.h
deleted file mode 100644
index c0f2e2c35872863a8fb49569ab699c831500068f..0000000000000000000000000000000000000000
--- a/chrome/installer/setup/chrome_frame_ready_mode.h
+++ /dev/null
@@ -1,36 +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.
-//
-// This file contains the specification of setup main functions.
-
-#ifndef CHROME_INSTALLER_SETUP_CHROME_FRAME_READY_MODE_H_
-#define CHROME_INSTALLER_SETUP_CHROME_FRAME_READY_MODE_H_
-
-namespace installer {
-
-enum InstallStatus;
-class InstallationState;
-class InstallerState;
-
-// Removes the ChromeFrameReadyMode flag from the registry, updates Chrome's
-// uninstallation commands to only uninstall Chrome, and adds an entry to the
-// Add/Remove Programs list for GCF.
-InstallStatus ChromeFrameReadyModeOptIn(const InstallationState& machine_state,
- const InstallerState& installer_state);
-
-// Unregisters the ChromeFrame user agent modification, sets a timestamp for
-// restoring it.
-InstallStatus ChromeFrameReadyModeTempOptOut(
- const InstallationState& machine_state,
- const InstallerState& installer_state);
-
-// Re-registers the ChromeFrame user agent modification, restores Ready Mode
-// active state flag.
-InstallStatus ChromeFrameReadyModeEndTempOptOut(
- const InstallationState& machine_state,
- const InstallerState& installer_state);
-
-} // namespace installer
-
-#endif // CHROME_INSTALLER_SETUP_CHROME_FRAME_READY_MODE_H_

Powered by Google App Engine
This is Rietveld 408576698