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

Issue 1874903002: Convert //content from scoped_ptr to std::unique_ptr (Closed)

Created:
4 years, 8 months ago by dcheng
Modified:
4 years, 8 months ago
CC:
Aaron Boodman, abarth-chromium, avayvod+watch_chromium.org, ben+mojo_chromium.org, blink-worker-reviews_chromium.org, cbentzel+watch_chromium.org, chasej+watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, darin (slow to review), darin-cc_chromium.org, devtools-reviews_chromium.org, extensions-reviews_chromium.org, iclelland+watch_chromium.org, imcheng+watch_chromium.org, isheriff+watch_chromium.org, jam, jasonroberts+watch_google.com, jkarlin+watch_chromium.org, jochen+watch_chromium.org, kinuko+watch, miu+watch_chromium.org, mkwst+moarreviews-shell_chromium.org, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-geolocation_chromium.org, mlamouri+watch-test-runner_chromium.org, mlamouri+watch-notifications_chromium.org, mlamouri+watch-content_chromium.org, mlamouri+watch-screen-orientation_chromium.org, Michael van Ouwerkerk, ortuno+watch_chromium.org, Peter Beverloo, pfeldman, piman+watch_chromium.org, posciak+watch_chromium.org, qsr+mojo_chromium.org, rickyz+watch_chromium.org, scheib+watch_chromium.org, viettrungluu+watch_chromium.org, wjmaclean, xjz+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert //content from scoped_ptr to std::unique_ptr BUG=554298 R=avi@chromium.org TBR=rdevlin.cronin@chromium.org,thestig@chromium.org Committed: https://crrev.com/6003e0b1ac1acb0a3973abbca62881d2b6acc0b1 Cr-Commit-Position: refs/heads/master@{#386303}

Patch Set 1 #

Total comments: 5

Patch Set 2 : IWYU fixes #

Patch Set 3 : Fix indent #

Unified diffs Side-by-side diffs Delta from patch set Stats (+852 lines, -723 lines) Patch
M chrome/browser/memory_details_linux.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/memory_details_mac.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/memory_details_win.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/performance_monitor/performance_monitor.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/tracing/chrome_tracing_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/utility/chrome_content_utility_client.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/loader/nonsfi/nonsfi_sandbox.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/loader/sandbox_linux/nacl_bpf_sandbox_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/ui/zoom/zoom_event_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/app/android/content_main.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M content/app/content_main.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M content/app/content_main_runner.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M content/app/mojo/mojo_init.cc View 1 chunk +2 lines, -1 line 0 comments Download
M content/gpu/gpu_child_thread.h View 3 chunks +4 lines, -4 lines 0 comments Download
M content/gpu/gpu_main.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/gpu/in_process_gpu_thread.h View 2 chunks +4 lines, -3 lines 0 comments Download
M content/ppapi_plugin/broker_process_dispatcher.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M content/ppapi_plugin/ppapi_blink_platform_impl.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/ppapi_plugin/ppapi_plugin_main.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/ppapi_plugin/ppapi_thread.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/public/browser/android/content_protocol_handler.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/public/browser/android/provision_fetcher_factory.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/public/browser/android/synchronous_compositor.h View 1 chunk +1 line, -1 line 0 comments Download
M content/public/browser/appcache_service.h View 1 chunk +1 line, -1 line 0 comments Download
M content/public/browser/background_tracing_config.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/public/browser/background_tracing_config.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/public/browser/background_tracing_manager.h View 4 chunks +10 lines, -7 lines 0 comments Download
M content/public/browser/browser_context.h View 4 chunks +4 lines, -4 lines 0 comments Download
M content/public/browser/browser_thread.h View 1 chunk +1 line, -1 line 0 comments Download
M content/public/browser/content_browser_client.h View 5 chunks +6 lines, -5 lines 0 comments Download
M content/public/browser/content_browser_client.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M content/public/browser/cookie_store_factory.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/public/browser/devtools_agent_host.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/public/browser/download_manager.h View 2 chunks +4 lines, -3 lines 0 comments Download
M content/public/browser/download_save_info.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/public/browser/download_url_parameters.h View 6 chunks +7 lines, -6 lines 0 comments Download
M content/public/browser/download_url_parameters.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/public/browser/font_list_async.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/public/browser/geolocation_provider.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/public/browser/host_zoom_map.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/public/browser/mojo_app_connection.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/public/browser/navigation_entry.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/public/browser/navigation_handle.h View 3 chunks +4 lines, -3 lines 0 comments Download
M content/public/browser/navigation_handle.cc View 1 chunk +10 lines, -8 lines 0 comments Download
M content/public/browser/platform_notification_service.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/public/browser/power_save_blocker.h View 2 chunks +5 lines, -4 lines 0 comments Download
M content/public/browser/presentation_service_delegate.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/public/browser/presentation_session_message.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/public/browser/render_process_host.h View 2 chunks +4 lines, -3 lines 0 comments Download
M content/public/browser/render_widget_host.h View 1 chunk +1 line, -1 line 0 comments Download
M content/public/browser/render_widget_host_view.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/public/browser/resource_context.h View 3 chunks +4 lines, -3 lines 0 comments Download
M content/public/browser/resource_dispatcher_host.h View 1 chunk +2 lines, -1 line 0 comments Download
M content/public/browser/resource_dispatcher_host_delegate.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/public/browser/resource_dispatcher_host_delegate.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/public/browser/screen_orientation_provider.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/public/browser/ssl_host_state_delegate.h View 1 chunk +2 lines, -1 line 0 comments Download
M content/public/browser/stream_info.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/public/browser/trace_uploader.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/public/browser/tracing_controller.h View 4 chunks +6 lines, -5 lines 0 comments Download
M content/public/browser/tracing_delegate.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/public/browser/web_contents.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/public/browser/web_contents_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M content/public/browser/web_contents_delegate.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M content/public/child/request_peer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/public/child/resource_dispatcher_delegate.h View 1 chunk +4 lines, -4 lines 0 comments Download
M content/public/common/media_stream_request.h View 2 chunks +5 lines, -5 lines 0 comments Download
M content/public/common/message_port_types.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/public/common/message_port_types.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/public/common/sandbox_init.h View 2 chunks +4 lines, -3 lines 0 comments Download
M content/public/gpu/gpu_video_decode_accelerator_factory.h View 3 chunks +6 lines, -5 lines 0 comments Download
M content/public/gpu/gpu_video_decode_accelerator_factory.cc View 6 chunks +7 lines, -6 lines 0 comments Download
M content/public/renderer/content_renderer_client.h View 3 chunks +4 lines, -4 lines 0 comments Download
M content/public/renderer/content_renderer_client.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/public/renderer/document_state.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/public/renderer/media_stream_utils.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/public/renderer/media_stream_utils.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/public/renderer/plugin_instance_throttler.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/public/renderer/render_frame.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/public/renderer/render_thread.h View 1 chunk +1 line, -1 line 0 comments Download
M content/public/renderer/video_encode_accelerator.h View 2 chunks +5 lines, -4 lines 0 comments Download
M content/public/renderer/video_encode_accelerator.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/public/test/browser_test_base.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/public/test/browser_test_utils.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/public/test/browser_test_utils.cc View 10 chunks +18 lines, -18 lines 0 comments Download
M content/public/test/content_browser_test.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/public/test/content_test_suite_base.cc View 1 chunk +2 lines, -1 line 0 comments Download
M content/public/test/layouttest_support.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/public/test/mock_blob_url_request_context.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/public/test/mock_blob_url_request_context.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M content/public/test/mock_download_manager.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/public/test/mock_download_manager.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/public/test/mock_render_process_host.h View 4 chunks +5 lines, -5 lines 0 comments Download
M content/public/test/mock_render_process_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/public/test/mock_render_thread.h View 3 chunks +3 lines, -3 lines 0 comments Download
M content/public/test/mock_render_thread.cc View 1 chunk +5 lines, -6 lines 0 comments Download
M content/public/test/mock_resource_context.h View 1 chunk +2 lines, -1 line 0 comments Download
M content/public/test/mock_storage_client.cc View 1 chunk +2 lines, -1 line 0 comments Download
M content/public/test/render_view_test.h View 4 chunks +17 lines, -16 lines 0 comments Download
M content/public/test/render_view_test.cc View 4 chunks +6 lines, -5 lines 0 comments Download
M content/public/test/sandbox_file_system_test_helper.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M content/public/test/test_browser_context.h View 3 chunks +9 lines, -7 lines 0 comments Download
M content/public/test/test_browser_context.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/public/test/test_browser_thread.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/public/test/test_browser_thread_bundle.h View 2 chunks +10 lines, -9 lines 0 comments Download
M content/public/test/test_content_client_initializer.h View 2 chunks +7 lines, -6 lines 0 comments Download
M content/public/test/test_download_request_handler.h View 1 chunk +2 lines, -1 line 0 comments Download
M content/public/test/test_download_request_handler.cc View 5 chunks +8 lines, -5 lines 0 comments Download
M content/public/test/test_file_error_injector.h View 1 chunk +1 line, -1 line 0 comments Download
M content/public/test/test_file_error_injector.cc View 5 chunks +9 lines, -10 lines 0 comments Download
M content/public/test/test_file_system_backend.h View 4 chunks +8 lines, -7 lines 0 comments Download
M content/public/test/test_file_system_backend.cc View 3 chunks +8 lines, -8 lines 0 comments Download
M content/public/test/test_launcher.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/public/test/test_launcher.cc View 7 chunks +6 lines, -6 lines 0 comments Download
M content/public/test/test_navigation_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M content/public/test/test_renderer_host.h View 3 chunks +11 lines, -10 lines 0 comments Download
M content/public/test/test_synchronous_compositor_android.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/public/test/test_synchronous_compositor_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/public/test/test_utils.h View 3 chunks +6 lines, -4 lines 0 comments Download
M content/public/test/test_utils.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M content/public/test/test_web_contents_factory.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/public/test/test_web_ui.h View 2 chunks +4 lines, -4 lines 0 comments Download
M content/public/test/unittest_test_suite.h View 2 chunks +4 lines, -3 lines 0 comments Download
M content/public/utility/content_utility_client.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/renderer/raster_worker_pool.h View 1 chunk +2 lines, -1 line 0 comments Download
M content/shell/app/shell_main_delegate.h View 2 chunks +7 lines, -6 lines 0 comments Download
M content/shell/app/shell_main_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/shell/browser/layout_test/blink_test_controller.h View 4 chunks +4 lines, -4 lines 0 comments Download
M content/shell/browser/layout_test/blink_test_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/shell/browser/layout_test/layout_test_android.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h View 15 chunks +19 lines, -15 lines 0 comments Download
M content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc View 30 chunks +60 lines, -55 lines 0 comments Download
M content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.h View 2 chunks +2 lines, -4 lines 0 comments Download
M content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M content/shell/browser/layout_test/layout_test_browser_context.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/shell/browser/layout_test/layout_test_browser_main.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/browser/layout_test/layout_test_browser_main.cc View 6 chunks +8 lines, -7 lines 0 comments Download
M content/shell/browser/layout_test/layout_test_browser_main_parts.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/shell/browser/layout_test/layout_test_content_browser_client.h View 1 chunk +2 lines, -1 line 0 comments Download
M content/shell/browser/layout_test/layout_test_content_browser_client.cc View 2 chunks +2 lines, -1 line 0 comments Download
M content/shell/browser/layout_test/layout_test_devtools_frontend.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/shell/browser/layout_test/layout_test_javascript_dialog_manager.h View 1 chunk +2 lines, -1 line 0 comments Download
M content/shell/browser/layout_test/layout_test_notification_manager.h View 1 chunk +7 lines, -6 lines 0 comments Download
M content/shell/browser/layout_test/layout_test_notification_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/shell/browser/layout_test/layout_test_url_request_context_getter.h View 2 chunks +5 lines, -4 lines 0 comments Download
M content/shell/browser/layout_test/layout_test_url_request_context_getter.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M content/shell/browser/shell.h View 3 chunks +5 lines, -5 lines 0 comments Download
M content/shell/browser/shell.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/shell/browser/shell_browser_context.h View 3 chunks +7 lines, -6 lines 0 comments Download
M content/shell/browser/shell_browser_context.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/shell/browser/shell_browser_main.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/browser/shell_browser_main.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/browser/shell_browser_main_parts.h View 2 chunks +8 lines, -6 lines 0 comments Download
M content/shell/browser/shell_content_browser_client.h View 4 chunks +4 lines, -5 lines 0 comments Download
M content/shell/browser/shell_content_browser_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/shell/browser/shell_devtools_frontend.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/shell/browser/shell_devtools_frontend.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M content/shell/browser/shell_devtools_manager_delegate.cc View 6 chunks +12 lines, -11 lines 0 comments Download
M content/shell/browser/shell_javascript_dialog_manager.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/shell/browser/shell_net_log.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/browser/shell_net_log.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M content/shell/browser/shell_platform_data_aura.h View 2 chunks +6 lines, -5 lines 0 comments Download
M content/shell/browser/shell_url_request_context_getter.h View 3 chunks +9 lines, -8 lines 0 comments Download
M content/shell/browser/shell_url_request_context_getter.cc View 7 chunks +23 lines, -22 lines 0 comments Download
M content/shell/browser/shell_views.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/shell/renderer/layout_test/blink_test_runner.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/renderer/layout_test/blink_test_runner.cc View 5 chunks +7 lines, -4 lines 0 comments Download
M content/shell/renderer/layout_test/layout_test_content_renderer_client.h View 2 chunks +6 lines, -5 lines 0 comments Download
M content/shell/renderer/layout_test/layout_test_content_renderer_client.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/shell/renderer/layout_test/layout_test_render_process_observer.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/shell/renderer/layout_test/leak_detector.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/shell/renderer/shell_content_renderer_client.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/shell/utility/shell_content_utility_client.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M content/test/blink_test_environment.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/test/browser_side_navigation_test_utils.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/test/browser_side_navigation_test_utils.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M content/test/content_browser_test_utils_internal.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M content/test/content_test_launcher.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M content/test/content_test_suite.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/test/dwrite_font_fake_sender_win.h View 3 chunks +3 lines, -3 lines 0 comments Download
M content/test/dwrite_font_fake_sender_win.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M content/test/fake_compositor_dependencies.h View 1 chunk +1 line, -1 line 0 comments Download
M content/test/fake_compositor_dependencies.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M content/test/fake_renderer_scheduler.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/test/fake_renderer_scheduler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/test/image_decoder_test.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M content/test/layouttest_support.cc View 4 chunks +7 lines, -8 lines 0 comments Download
M content/test/net/url_request_abort_on_end_job.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/test/ppapi_unittest.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/test/render_thread_impl_browser_test_ipc_helper.h View 1 chunk +6 lines, -6 lines 0 comments Download
M content/test/run_all_unittests.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/test/test_background_sync_context_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M content/test/test_background_sync_context_impl.cc View 2 chunks +2 lines, -1 line 0 comments Download
M content/test/test_background_sync_manager.h View 1 chunk +2 lines, -1 line 0 comments Download
M content/test/test_blink_web_unit_test_support.h View 2 chunks +6 lines, -5 lines 0 comments Download
M content/test/test_blink_web_unit_test_support.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M content/test/test_frame_navigation_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M content/test/test_navigation_url_loader.h View 4 chunks +5 lines, -4 lines 0 comments Download
M content/test/test_navigation_url_loader.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/test/test_navigation_url_loader_factory.h View 2 chunks +4 lines, -3 lines 0 comments Download
M content/test/test_navigation_url_loader_factory.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M content/test/test_render_frame_host_factory.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/test/test_render_frame_host_factory.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M content/test/test_render_view_host.h View 3 chunks +5 lines, -4 lines 0 comments Download
M content/test/test_render_view_host.cc View 3 chunks +9 lines, -7 lines 0 comments Download
M content/test/test_render_view_host_factory.cc View 2 chunks +2 lines, -1 line 0 comments Download
M content/test/web_gesture_curve_mock.h View 1 chunk +2 lines, -1 line 0 comments Download
M content/utility/in_process_utility_thread.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/utility/utility_blink_platform_impl.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/utility/utility_main.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/utility/utility_thread_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/zygote/zygote_main_linux.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M extensions/shell/browser/shell_url_request_context_getter.h View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
M extensions/shell/browser/shell_url_request_context_getter.cc View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 22 (9 generated)
dcheng
https://codereview.chromium.org/1874903002/diff/1/extensions/shell/browser/shell_url_request_context_getter.h File extensions/shell/browser/shell_url_request_context_getter.h (left): https://codereview.chromium.org/1874903002/diff/1/extensions/shell/browser/shell_url_request_context_getter.h#oldcode44 extensions/shell/browser/shell_url_request_context_getter.h:44: scoped_ptr<net::NetworkDelegate> CreateNetworkDelegate() override; I opted to change this to ...
4 years, 8 months ago (2016-04-09 06:12:47 UTC) #1
dcheng
https://codereview.chromium.org/1874903002/diff/1/extensions/shell/browser/shell_url_request_context_getter.h File extensions/shell/browser/shell_url_request_context_getter.h (left): https://codereview.chromium.org/1874903002/diff/1/extensions/shell/browser/shell_url_request_context_getter.h#oldcode44 extensions/shell/browser/shell_url_request_context_getter.h:44: scoped_ptr<net::NetworkDelegate> CreateNetworkDelegate() override; On 2016/04/09 at 06:12:47, dcheng wrote: ...
4 years, 8 months ago (2016-04-09 06:13:51 UTC) #2
Avi (use Gerrit)
lgtm stampity stamp https://codereview.chromium.org/1874903002/diff/1/extensions/shell/browser/shell_url_request_context_getter.h File extensions/shell/browser/shell_url_request_context_getter.h (left): https://codereview.chromium.org/1874903002/diff/1/extensions/shell/browser/shell_url_request_context_getter.h#oldcode44 extensions/shell/browser/shell_url_request_context_getter.h:44: scoped_ptr<net::NetworkDelegate> CreateNetworkDelegate() override; On 2016/04/09 06:12:47, ...
4 years, 8 months ago (2016-04-09 15:46:19 UTC) #3
dcheng
https://codereview.chromium.org/1874903002/diff/1/extensions/shell/browser/shell_url_request_context_getter.h File extensions/shell/browser/shell_url_request_context_getter.h (right): https://codereview.chromium.org/1874903002/diff/1/extensions/shell/browser/shell_url_request_context_getter.h#newcode53 extensions/shell/browser/shell_url_request_context_getter.h:53: private: On 2016/04/09 at 15:46:19, Avi wrote: > fix ...
4 years, 8 months ago (2016-04-09 17:30:07 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1874903002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1874903002/40001
4 years, 8 months ago (2016-04-09 17:30:12 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/166751)
4 years, 8 months ago (2016-04-09 17:41:59 UTC) #9
dcheng
TBRing thestig and rdevlin.cronin for IWYU fixes in //chrome and //extensions respectively.
4 years, 8 months ago (2016-04-09 17:47:45 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1874903002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1874903002/40001
4 years, 8 months ago (2016-04-09 17:48:18 UTC) #14
commit-bot: I haz the power
Internal error: failed to checkout. Please try again.
4 years, 8 months ago (2016-04-09 18:32:40 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1874903002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1874903002/40001
4 years, 8 months ago (2016-04-09 18:33:11 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 8 months ago (2016-04-09 18:42:50 UTC) #19
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/6003e0b1ac1acb0a3973abbca62881d2b6acc0b1 Cr-Commit-Position: refs/heads/master@{#386303}
4 years, 8 months ago (2016-04-09 18:44:12 UTC) #21
Lei Zhang
4 years, 8 months ago (2016-04-11 18:12:35 UTC) #22
Message was sent while issue was closed.
chrome/ lgtm

Powered by Google App Engine
This is Rietveld 408576698