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

Unified Diff: win8/delegate_execute/command_execute_impl.h

Issue 10962023: Prefix Chrome switches with the switch prefix. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: win8/delegate_execute/command_execute_impl.h
diff --git a/win8/delegate_execute/command_execute_impl.h b/win8/delegate_execute/command_execute_impl.h
index 5a1a95c7bffb44d0c71837a1741c6e75d7d00173..8fd00b82e09b13d78690e8e739ca543a5519490b 100644
--- a/win8/delegate_execute/command_execute_impl.h
+++ b/win8/delegate_execute/command_execute_impl.h
@@ -10,6 +10,7 @@
#include <string>
+#include "base/command_line.h"
#include "base/file_path.h"
#include "base/process_util.h"
#include "win8/delegate_execute/resource.h" // main symbols
@@ -91,7 +92,7 @@ class ATL_NO_VTABLE DECLSPEC_UUID("A2DF06F9-A21A-44A8-8A99-8B9C84F29160")
EC_HOST_UI_MODE GetLaunchMode();
CComPtr<IShellItemArray> item_array_;
- string16 parameters_;
+ CommandLine parameters_;
FilePath chrome_exe_;
STARTUPINFO start_info_;
string16 verb_;
« no previous file with comments | « no previous file | win8/delegate_execute/command_execute_impl.cc » ('j') | win8/delegate_execute/delegate_execute_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698