|
CommandLine: add a CopySwitchesFrom() and AppendSwitchPath()
These are two common patterns in Chrome code: copying a
subset of switches from one CommandLine to another, and
appending a FilePath to a CommandLine. This sets me up
to do a lot more deprecation in a follow-up change.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=54218
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+165 lines, -222 lines) |
Patch |
 |
M |
base/command_line.h
|
View
|
1
2
3
4
|
3 chunks |
+15 lines, -6 lines |
0 comments
|
Download
|
 |
M |
base/command_line.cc
|
View
|
1
2
3
4
|
5 chunks |
+44 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_main.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_uitest.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/configuration_policy_pref_store_unittest.cc
|
View
|
1
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_startup_browsertest.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_uitest.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/first_run_win.cc
|
View
|
1
2
3
|
2 chunks |
+7 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gpu_process_host.h
|
View
|
1
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gpu_process_host.cc
|
View
|
|
2 chunks |
+7 lines, -31 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/jumplist_win.cc
|
View
|
1
2
3
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/nacl_host/nacl_broker_host_win.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/nacl_host/nacl_process_host.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/chrome_url_request_context_unittest.cc
|
View
|
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/plugin_process_host.cc
|
View
|
1
2
3
|
3 chunks |
+8 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/pref_service_uitest.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/printing/printing_layout_uitest.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/process_singleton_uitest.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profile_import_process_host.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/browser_render_process_host.cc
|
View
|
1
2
3
|
5 chunks |
+6 lines, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/utility_process_host.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/worker_host/worker_process_host.cc
|
View
|
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/zygote_host_linux.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/common/nacl_cmd_line.cc
|
View
|
|
2 chunks |
+3 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/renderer_main_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/service/service_utility_process_host.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/test/automation/automation_proxy_uitest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/in_process_browser_test.cc
|
View
|
1
2
3
|
3 chunks |
+6 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/test/memory_test/memory_test.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/test/nacl/nacl_sandbox_test.cc
|
View
|
1
2
3
|
1 chunk |
+6 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/test/page_cycler/page_cycler_test.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/plugin/plugin_test.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/ui/npapi_test_helper.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/test/ui/ppapi_uitest.cc
|
View
|
1
2
3
|
1 chunk |
+4 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/test/ui/sandbox_uitests.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/ui/ui_test.cc
|
View
|
1
2
3
|
5 chunks |
+7 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/test/ui_test_utils.cc
|
View
|
1
2
3
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome_frame/chrome_frame_automation.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome_frame/chrome_launcher_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome_frame/chrome_tab.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|