| Index: chrome/app/google_update_client.cc
|
| ===================================================================
|
| --- chrome/app/google_update_client.cc (revision 5374)
|
| +++ chrome/app/google_update_client.cc (working copy)
|
| @@ -48,7 +48,6 @@
|
| bool GoogleUpdateClient::Launch(HINSTANCE instance,
|
| sandbox::SandboxInterfaceInfo* sandbox,
|
| wchar_t* command_line,
|
| - int show_command,
|
| const char* entry_name,
|
| int* ret) {
|
| if (client_util::FileExists(dll_path_)) {
|
| @@ -90,7 +89,7 @@
|
| ::RegCloseKey(reg_key);
|
| }
|
|
|
| - int rc = (entry)(instance, sandbox, command_line, show_command);
|
| + int rc = (entry)(instance, sandbox, command_line);
|
| if (ret) {
|
| *ret = rc;
|
| }
|
|
|