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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h

Issue 1767883002: DevTools: generate string16-based handlers for v8_inspector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for landing 2 Created 4 years, 9 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/v8_inspector/public/V8ProfilerAgent.h
diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h
index 01b999235463679e23070774e66c6ce0746909bc..ee3175f22a564346a58a8c27fb7c2a6f50eecaa8 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h
@@ -17,8 +17,8 @@ public:
virtual ~V8ProfilerAgent() { }
// API for the embedder.
- virtual void consoleProfile(const String& title) = 0;
- virtual void consoleProfileEnd(const String& title) = 0;
+ virtual void consoleProfile(const String16& title) = 0;
+ virtual void consoleProfileEnd(const String16& title) = 0;
virtual void idleStarted() = 0;
virtual void idleFinished() = 0;

Powered by Google App Engine
This is Rietveld 408576698