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

Issue 2163883005: WIP: Obtain Bootstrap from utility process Service (Closed)

Created:
4 years, 5 months ago by Ben Goodger (Google)
Modified:
4 years, 4 months ago
Reviewers:
CC:
chromium-reviews, extensions-reviews_chromium.org, creis+watch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, grt+watch_chromium.org, nasko+codewatch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin-cc_chromium.org, oshima+watch_chromium.org, piman+watch_chromium.org, chromium-apps-reviews_chromium.org, darin (slow to review), ben+mojo_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

WIP: Obtain Bootstrap from utility process Service BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+203 lines, -478 lines) Patch
M chrome/browser/chromeos/extensions/device_local_account_external_policy_loader_unittest.cc View 3 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_gcm_app_handler_unittest.cc View 3 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_service_test_base.h View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_service_test_base.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/updater/extension_updater_unittest.cc View 3 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/download_protection_service_unittest.cc View 3 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/sandboxed_dmg_analyzer_mac_unittest.cc View 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc View 3 chunks +5 lines, -1 line 0 comments Download
M content/browser/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/browser_main_loop.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/browser_main_loop.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/frame_host/frame_mojo_shell.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/gpu/gpu_process_host.cc View 2 chunks +2 lines, -2 lines 0 comments Download
D content/browser/mojo/mojo_shell_context.h View 1 chunk +0 lines, -71 lines 0 comments Download
D content/browser/mojo/mojo_shell_context.cc View 1 chunk +0 lines, -355 lines 0 comments Download
A + content/browser/mojo/service_manager_context_impl.h View 4 chunks +8 lines, -10 lines 0 comments Download
A + content/browser/mojo/service_manager_context_impl.cc View 9 chunks +26 lines, -20 lines 0 comments Download
M content/browser/utility_process_host_impl.cc View 6 chunks +8 lines, -8 lines 0 comments Download
M content/child/child_thread_impl.h View 3 chunks +3 lines, -0 lines 0 comments Download
M content/child/child_thread_impl.cc View 5 chunks +41 lines, -0 lines 0 comments Download
M content/common/child_process_host_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/child_process_host_impl.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M content/content_browser.gypi View 2 chunks +3 lines, -2 lines 0 comments Download
A content/public/browser/service_manager_context.h View 1 chunk +33 lines, -0 lines 0 comments Download
M content/public/common/child_process_host.h View 1 chunk +5 lines, -0 lines 0 comments Download
M content/utility/utility_thread_impl.cc View 1 chunk +3 lines, -1 line 0 comments Download
M extensions/browser/extensions_test.cc View 2 chunks +22 lines, -1 line 0 comments Download
M extensions/browser/sandboxed_unpacker_unittest.cc View 3 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (1 generated)
Ben Goodger (Google)
4 years, 5 months ago (2016-07-20 19:45:04 UTC) #1
Description was changed from

==========
WIP: Obtain Bootstrap from utility process Service

BUG=
==========

to

==========
WIP: Obtain Bootstrap from utility process Service

BUG=
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
==========

Powered by Google App Engine
This is Rietveld 408576698