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

Unified Diff: chrome/app/google_update_client.h

Issue 10896: Re-do the way browser windows are shown:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month 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/app/google_update_client.h
===================================================================
--- chrome/app/google_update_client.h (revision 5374)
+++ chrome/app/google_update_client.h (working copy)
@@ -50,14 +50,12 @@
// - instance is handle to the current instance of application
// - sandbox provides information about sandbox services
// - command_line contains command line parameters
- // - show_command specifies how the window is to be shown
// - entry_name is the function of type DLL_MAIN that is called
// from chrome.dll
// - ret is an out param with the return value of entry
// Returns false if unable to load the dll or find entry_name's proc addr.
bool Launch(HINSTANCE instance, sandbox::SandboxInterfaceInfo* sandbox,
- wchar_t* command_line, int show_command, const char* entry_name,
- int* ret);
+ wchar_t* command_line, const char* entry_name, int* ret);
private:
// disallow copy ctor and operator=

Powered by Google App Engine
This is Rietveld 408576698