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

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

Issue 10536066: android content shell bringup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comments Created 8 years, 6 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: content/public/browser/content_view.cc
diff --git a/content/public/browser/content_view.cc b/content/public/browser/content_view.cc
new file mode 100644
index 0000000000000000000000000000000000000000..aadfb74b10214d47bada75c421404ca382869b8d
--- /dev/null
+++ b/content/public/browser/content_view.cc
@@ -0,0 +1,15 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
jam 2012/06/08 23:45:09 nit: don't need this file, so remove it (we only a
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "content/public/browser/content_view.h"
+
+namespace content {
+
+ContentView::ContentView() {}
+
+ContentView::~ContentView() {}
+
+};
+
+

Powered by Google App Engine
This is Rietveld 408576698