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

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

Issue 2473073003: [headless] Refactor headless devtools client API. (Closed)
Patch Set: Deleted random files 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/tools/clang/plugins/tests/missing_ctor_ignored_base.cpp b/headless/lib/browser/devtools_api/deprecated_domain_h.template
similarity index 54%
copy from tools/clang/plugins/tests/missing_ctor_ignored_base.cpp
copy to headless/lib/browser/devtools_api/deprecated_domain_h.template
index 6c4ddd4fc6c4a27e9721be91971255bd6f8bfd15..4f86253eeaf26fef823960ae824446ce6c27b2b0 100644
--- a/tools/clang/plugins/tests/missing_ctor_ignored_base.cpp
+++ b/headless/lib/browser/devtools_api/deprecated_domain_h.template
@@ -1,11 +1,7 @@
+// This file is generated
+
// Copyright (c) 2016 The Chromium Authors. All rights reserved.
Sami 2016/11/04 17:42:10 nit: old-style copyright header.
altimin 2016/11/08 17:14:19 Done.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "missing_ctor_ignored_base.h"
-
-int main() {
- MissingCtorsWithIgnoredBase one;
- MissingCtorsWithIgnoredGrandBase two;
- return 0;
-}
+#include "headless/public/devtools/domains/{{domain.domain | camelcase_to_hacker_style }}.h"

Powered by Google App Engine
This is Rietveld 408576698