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

Side by Side Diff: cloud_print/virtual_driver/win/install/setup.cc

Issue 7386002: Rename CommandLine::GetCommandLineString(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge. Created 9 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome_frame/chrome_tab.cc ('k') | content/common/sandbox_policy.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include <windows.h> 5 #include <windows.h>
6 #include <winspool.h> 6 #include <winspool.h>
7 7
8 #include "base/at_exit.h" 8 #include "base/at_exit.h"
9 #include "base/command_line.h" 9 #include "base/command_line.h"
10 #include "base/file_util.h" 10 #include "base/file_util.h"
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 retval = UninstallVirtualDriver(); 316 retval = UninstallVirtualDriver();
317 } else { 317 } else {
318 retval = InstallVirtualDriver(); 318 retval = InstallVirtualDriver();
319 } 319 }
320 if (!CommandLine::ForCurrentProcess()->HasSwitch("silent")) { 320 if (!CommandLine::ForCurrentProcess()->HasSwitch("silent")) {
321 cloud_print::DisplayWindowsMessage(NULL, retval, 321 cloud_print::DisplayWindowsMessage(NULL, retval,
322 cloud_print::LoadLocalString(IDS_DRIVER_NAME)); 322 cloud_print::LoadLocalString(IDS_DRIVER_NAME));
323 } 323 }
324 return retval; 324 return retval;
325 } 325 }
326
OLDNEW
« no previous file with comments | « chrome_frame/chrome_tab.cc ('k') | content/common/sandbox_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698