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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/installer/setup/chrome_frame_quick_enable.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 //
5 // Support for Chrome Frame quick enable.
6
7 #ifndef CHROME_INSTALLER_SETUP_CHROME_FRAME_QUICK_ENABLE_H_
8 #define CHROME_INSTALLER_SETUP_CHROME_FRAME_QUICK_ENABLE_H_
9
10 #include "chrome/installer/util/util_constants.h"
11
12 namespace installer {
13
14 class InstallationState;
15 class InstallerState;
16
17 // Installs Chrome Frame in the same location as Chrome is currently installed
18 // in. Setup is assumed to be running from the Installer directory.
19 InstallStatus ChromeFrameQuickEnable(const InstallationState& machine_state,
20 InstallerState* installer_state);
21
22 } // namespace installer
23
24 #endif // CHROME_INSTALLER_SETUP_CHROME_FRAME_QUICK_ENABLE_H_
OLDNEW
« 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