| 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=
|
|
|