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

Unified Diff: content/browser/hyphenation/hyphenation_impl.h

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/gpu/gpu_process_host.cc ('k') | content/browser/hyphenation/hyphenation_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/hyphenation/hyphenation_impl.h
diff --git a/content/browser/hyphenation/hyphenation_impl.h b/content/browser/hyphenation/hyphenation_impl.h
index 5847439c5d2ab48641fb253774a7a82ead813145..3c578d60f70b1ae57d848229c3c8cf1d5903d5e5 100644
--- a/content/browser/hyphenation/hyphenation_impl.h
+++ b/content/browser/hyphenation/hyphenation_impl.h
@@ -9,6 +9,10 @@
#include "mojo/public/cpp/bindings/interface_request.h"
#include "third_party/WebKit/public/platform/modules/hyphenation/hyphenation.mojom.h"
+namespace service_manager {
+struct BindSourceInfo;
+}
+
namespace hyphenation {
class HyphenationImpl : public blink::mojom::Hyphenation {
@@ -16,7 +20,8 @@ class HyphenationImpl : public blink::mojom::Hyphenation {
HyphenationImpl();
~HyphenationImpl() override;
- static void Create(blink::mojom::HyphenationRequest);
+ static void Create(const service_manager::BindSourceInfo& source_info,
+ blink::mojom::HyphenationRequest);
// Hyphenation:
void OpenDictionary(const std::string& locale,
« no previous file with comments | « content/browser/gpu/gpu_process_host.cc ('k') | content/browser/hyphenation/hyphenation_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698