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

Unified Diff: content/child/navigator_connect/navigator_connect_provider.cc

Issue 810953007: Make use of blink::WebNavigatorConnectCallbacks typedef (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/child/navigator_connect/navigator_connect_provider.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/navigator_connect/navigator_connect_provider.cc
diff --git a/content/child/navigator_connect/navigator_connect_provider.cc b/content/child/navigator_connect/navigator_connect_provider.cc
index 49a3c1e297f4c89ef450f023d6ab90b2e58307ee..04c3b808af375c040ae92970d477db3f8322aca4 100644
--- a/content/child/navigator_connect/navigator_connect_provider.cc
+++ b/content/child/navigator_connect/navigator_connect_provider.cc
@@ -11,7 +11,6 @@
#include "content/child/webmessageportchannel_impl.h"
#include "content/common/navigator_connect_messages.h"
#include "content/common/navigator_connect_types.h"
-#include "third_party/WebKit/public/platform/WebCallbacks.h"
#include "third_party/WebKit/public/platform/WebURL.h"
namespace content {
@@ -67,7 +66,7 @@ void NavigatorConnectProvider::connect(
const blink::WebURL& target_url,
const blink::WebString& origin,
blink::WebMessagePortChannel* port,
- blink::WebCallbacks<void, void>* callbacks) {
+ blink::WebNavigatorConnectCallbacks* callbacks) {
int request_id = requests_.Add(callbacks);
WebMessagePortChannelImpl* webchannel =
« no previous file with comments | « content/child/navigator_connect/navigator_connect_provider.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698