summaryrefslogtreecommitdiffstats
path: root/android_webview/common/render_view_messages.cc
diff options
context:
space:
mode:
authorjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-01 01:33:03 +0000
committerjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-01 01:33:03 +0000
commitfada28b55b676a75333a6fe9efa22bb97df0248d (patch)
tree5304a40d7677afd0f834df1ccd6145e02f99ab80 /android_webview/common/render_view_messages.cc
parent4f4e00cbc1071345fd54589c4e2f4fbf9a951257 (diff)
downloadchromium_src-fada28b55b676a75333a6fe9efa22bb97df0248d.zip
chromium_src-fada28b55b676a75333a6fe9efa22bb97df0248d.tar.gz
chromium_src-fada28b55b676a75333a6fe9efa22bb97df0248d.tar.bz2
Implement DocuementHasImages
Requires new plumbing to get custom android_webview layer IPC messages a flowing. BUG= Review URL: https://chromiumcodereview.appspot.com/10890024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154564 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/common/render_view_messages.cc')
-rw-r--r--android_webview/common/render_view_messages.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/android_webview/common/render_view_messages.cc b/android_webview/common/render_view_messages.cc
new file mode 100644
index 0000000..a954e2a
--- /dev/null
+++ b/android_webview/common/render_view_messages.cc
@@ -0,0 +1,11 @@
+// Copyright (c) 2012 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.
+
+#include "android_webview/common/render_view_messages.h"
+
+namespace IPC {
+
+// TODO - add enums and custom IPC traits here when needed.
+
+} // namespace IPC