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

Unified Diff: chrome_frame/chrome_launcher_utils.h

Issue 126143005: Remove Chrome Frame code and resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to r244038 Created 6 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
« no previous file with comments | « chrome_frame/chrome_launcher_unittest.cc ('k') | chrome_frame/chrome_launcher_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_launcher_utils.h
diff --git a/chrome_frame/chrome_launcher_utils.h b/chrome_frame/chrome_launcher_utils.h
deleted file mode 100644
index d13f4b06497934cac220ab85c1225e5a6d765a4b..0000000000000000000000000000000000000000
--- a/chrome_frame/chrome_launcher_utils.h
+++ /dev/null
@@ -1,45 +0,0 @@
-// Copyright (c) 2010 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_FRAME_CHROME_LAUNCHER_UTILS_H_
-#define CHROME_FRAME_CHROME_LAUNCHER_UTILS_H_
-
-#include <string>
-#include "base/memory/scoped_ptr.h"
-
-class CommandLine;
-
-namespace base {
-class FilePath;
-}
-
-namespace chrome_launcher {
-
-// The base name of the chrome_launcher.exe file.
-extern const wchar_t kLauncherExeBaseName[];
-
-// Creates a command line suitable for launching Chrome. You can add any
-// flags needed before launching.
-//
-// The command-line may use the Chrome executable directly, or use an in-between
-// process if needed for security/elevation purposes.
-//
-// On success, returns true and populates command_line, which must be non-NULL,
-// with the launch command line.
-bool CreateLaunchCommandLine(scoped_ptr<CommandLine>* command_line);
-
-// Creates a command line suitable for launching the specified command through
-// Google Update.
-//
-// On success, returns true and populates command_line, which must be non-NULL,
-// with the update command line.
-bool CreateUpdateCommandLine(const std::wstring& update_command,
- scoped_ptr<CommandLine>* command_line);
-
-// Returns the full path to the Chrome executable.
-base::FilePath GetChromeExecutablePath();
-
-} // namespace chrome_launcher
-
-#endif // CHROME_FRAME_CHROME_LAUNCHER_UTILS_H_
« no previous file with comments | « chrome_frame/chrome_launcher_unittest.cc ('k') | chrome_frame/chrome_launcher_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698