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

Unified Diff: extensions/browser/mojo/keep_alive_impl_unittest.cc

Issue 2851173004: Eliminate bind callback that doesn't take a BindSourceInfo parameter. (Closed)
Patch Set: . Created 3 years, 8 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
« no previous file with comments | « extensions/browser/mojo/keep_alive_impl.cc ('k') | extensions/renderer/extensions_render_frame_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/mojo/keep_alive_impl_unittest.cc
diff --git a/extensions/browser/mojo/keep_alive_impl_unittest.cc b/extensions/browser/mojo/keep_alive_impl_unittest.cc
index da13052b5d3f06218b38743d7cb8bc78bb6a229e..5658d7255045518e32ac88e3a4958fe6424db50c 100644
--- a/extensions/browser/mojo/keep_alive_impl_unittest.cc
+++ b/extensions/browser/mojo/keep_alive_impl_unittest.cc
@@ -13,6 +13,7 @@
#include "extensions/browser/extensions_test.h"
#include "extensions/browser/process_manager.h"
#include "extensions/common/extension_builder.h"
+#include "services/service_manager/public/cpp/bind_source_info.h"
namespace extensions {
@@ -59,6 +60,7 @@ class KeepAliveTest : public ExtensionsTest {
void CreateKeepAlive(mojo::InterfaceRequest<KeepAlive> request) {
KeepAliveImpl::Create(browser_context(), extension_.get(),
+ service_manager::BindSourceInfo(),
std::move(request));
}
« no previous file with comments | « extensions/browser/mojo/keep_alive_impl.cc ('k') | extensions/renderer/extensions_render_frame_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698