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

Unified Diff: content/public/browser/devtools_client_host.cc

Issue 8549022: Define DevTools content API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed pfeldman's comments Created 9 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: content/public/browser/devtools_client_host.cc
diff --git a/content/public/browser/devtools_client_host.cc b/content/public/browser/devtools_client_host.cc
new file mode 100644
index 0000000000000000000000000000000000000000..f25a1073e2a7d9828e31214ccb0aa4bf108898ae
--- /dev/null
+++ b/content/public/browser/devtools_client_host.cc
@@ -0,0 +1,15 @@
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
jam 2011/12/01 03:51:47 nit: remove this file
yurys 2011/12/01 15:20:06 Done.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "content/public/browser/devtools_client_host.h"
+
+namespace content {
+
+DevToolsClientHost::~DevToolsClientHost() {
+}
+
+DevToolsClientHost::DevToolsClientHost() {
+}
+
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698