commit | 21ada1e096490aabf5226255dcf2421d5ca70344 | [log] [tgz] |
---|---|---|
author | Ben Goodger <[email protected]> | Wed Jul 19 14:53:01 2017 |
committer | Commit Bot <[email protected]> | Wed Jul 19 14:53:01 2017 |
tree | 2e9f909214d9a8c98755339c9f3c9b8eabc34eca | |
parent | c7c107f1aa1758e5f88f081a6a80e4b2a58f66dc [diff] [blame] |
Eliminate required BindSourceInfo parameter for BinderRegistry callbacks. Make users of it use variadic BinderArgs instead. [email protected] Change-Id: Ibd8e3186d6aeff5cf0510eefce6427617fc31bd0 Reviewed-on: https://chromium-review.googlesource.com/575596 Commit-Queue: Ben Goodger <[email protected]> Reviewed-by: Ken Rockot <[email protected]> Cr-Commit-Position: refs/heads/master@{#487862}
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h index 256cdae..0dba785 100644 --- a/content/renderer/render_thread_impl.h +++ b/content/renderer/render_thread_impl.h
@@ -54,6 +54,7 @@ #include "mojo/public/cpp/bindings/thread_safe_interface_ptr.h" #include "net/base/network_change_notifier.h" #include "net/nqe/effective_connection_type.h" +#include "services/service_manager/public/cpp/bind_source_info.h" #include "third_party/WebKit/public/platform/WebConnectionType.h" #include "third_party/WebKit/public/platform/scheduler/renderer/renderer_scheduler.h" #include "third_party/WebKit/public/web/WebMemoryStatistics.h"