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

Unified Diff: chrome/app/google_update_client.cc

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.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;
}

Powered by Google App Engine
This is Rietveld 408576698