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

Unified Diff: chrome_frame/chrome_launcher_utils.h

Issue 6355011: When changing Ready Mode state from within an IE process, use chrome_launcher... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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_frame/chrome_launcher_utils.h
===================================================================
--- chrome_frame/chrome_launcher_utils.h (revision 71126)
+++ chrome_frame/chrome_launcher_utils.h (working copy)
@@ -23,6 +23,12 @@
// returned command line.
CommandLine* CreateLaunchCommandLine();
+// Creates a command line suitable for launching the specified command through
+// Google Update.
+//
+// You must delete the returned command line.
+CommandLine* CreateUpdateCommandLine(const std::wstring& update_command);
+
// Returns the full path to the Chrome executable.
FilePath GetChromeExecutablePath();

Powered by Google App Engine
This is Rietveld 408576698