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

Unified Diff: third_party/WebKit/Source/platform/inspector_protocol/DispatcherBase_h.template

Issue 2260233002: [DevTools] Migrate v8_inspector/public from String16 to String{View,Buffer}. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: styling Created 4 years, 4 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
Index: third_party/WebKit/Source/platform/inspector_protocol/DispatcherBase_h.template
diff --git a/third_party/WebKit/Source/platform/inspector_protocol/DispatcherBase_h.template b/third_party/WebKit/Source/platform/inspector_protocol/DispatcherBase_h.template
index 4402d9674ab24651f3a6e005f26b60798765df68..6ba27f6485460ff6225f98914d87b13fa7aa38cd 100644
--- a/third_party/WebKit/Source/platform/inspector_protocol/DispatcherBase_h.template
+++ b/third_party/WebKit/Source/platform/inspector_protocol/DispatcherBase_h.template
@@ -83,7 +83,7 @@ class {{config.class_export.macro}} UberDispatcher {
public:
explicit UberDispatcher(FrontendChannel*);
void registerBackend(const String16& name, std::unique_ptr<protocol::DispatcherBase>);
- void dispatch(const String16& message);
+ void dispatch(std::unique_ptr<Value> message);
FrontendChannel* channel() { return m_frontendChannel; }
virtual ~UberDispatcher();

Powered by Google App Engine
This is Rietveld 408576698