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

Unified Diff: headless/lib/browser/devtools_api/deprecated_domain_h.template

Issue 2473073003: [headless] Refactor headless devtools client API. (Closed)
Patch Set: Address nits Created 4 years, 1 month 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: headless/lib/browser/devtools_api/deprecated_domain_h.template
diff --git a/cc/ipc/frame_sink_id.mojom b/headless/lib/browser/devtools_api/deprecated_domain_h.template
similarity index 58%
copy from cc/ipc/frame_sink_id.mojom
copy to headless/lib/browser/devtools_api/deprecated_domain_h.template
index b8fb286fe883dc8cc0782d867ed452861f85b268..e430a104e8d02b1284461a8a4457cc43215443f3 100644
--- a/cc/ipc/frame_sink_id.mojom
+++ b/headless/lib/browser/devtools_api/deprecated_domain_h.template
@@ -1,10 +1,7 @@
+// This file is generated
+
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module cc.mojom;
-
-struct FrameSinkId {
- uint32 client_id;
- uint32 sink_id;
-};
+#include "headless/public/devtools/domains/{{domain.domain | camelcase_to_hacker_style }}.h"

Powered by Google App Engine
This is Rietveld 408576698