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

Unified Diff: content/browser/hyphenation/hyphenation_impl.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 | « content/browser/hyphenation/hyphenation_impl.h ('k') | content/browser/image_capture/image_capture_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/hyphenation/hyphenation_impl.cc
diff --git a/content/browser/hyphenation/hyphenation_impl.cc b/content/browser/hyphenation/hyphenation_impl.cc
index c4d020f16ca330f1e338537f7a0a808a2a708d0c..cea9770847370578d109dc56678e052452e5dc85 100644
--- a/content/browser/hyphenation/hyphenation_impl.cc
+++ b/content/browser/hyphenation/hyphenation_impl.cc
@@ -60,7 +60,8 @@ HyphenationImpl::HyphenationImpl() {}
HyphenationImpl::~HyphenationImpl() {}
// static
-void HyphenationImpl::Create(blink::mojom::HyphenationRequest request) {
+void HyphenationImpl::Create(const service_manager::BindSourceInfo& source_info,
+ blink::mojom::HyphenationRequest request) {
mojo::MakeStrongBinding(base::MakeUnique<HyphenationImpl>(),
std::move(request));
}
« no previous file with comments | « content/browser/hyphenation/hyphenation_impl.h ('k') | content/browser/image_capture/image_capture_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698