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

Unified Diff: third_party/WebKit/Source/platform/inspector_protocol/String16.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/inspector_protocol/String16.h
diff --git a/mash/init/public/interfaces/login.mojom b/third_party/WebKit/Source/platform/inspector_protocol/String16.h
similarity index 57%
copy from mash/init/public/interfaces/login.mojom
copy to third_party/WebKit/Source/platform/inspector_protocol/String16.h
index 8c99e47c606a845e0c64d2383cad7fd73f8b80ea..af2f3900e72a83e9802363d3bb4b13e8185a1956 100644
--- a/mash/init/public/interfaces/login.mojom
+++ b/third_party/WebKit/Source/platform/inspector_protocol/String16.h
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module mash.init.mojom;
+#ifndef String16_h
+#define String16_h
-interface Login {
- LoginAs(string user_id);
-};
+#include "platform/inspector_protocol/String16WTF.h"
+#endif // !defined(String16_h)

Powered by Google App Engine
This is Rietveld 408576698