summaryrefslogtreecommitdiffstats
path: root/chrome/common/common_message_generator.h
diff options
context:
space:
mode:
authortsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-11 18:46:19 +0000
committertsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-11 18:46:19 +0000
commit6476c72c1c90f470a4f395ae83a3adc4d866b7ab (patch)
tree53b0a26ecb2bd2da474190eba393d189cdb4648a /chrome/common/common_message_generator.h
parent5d29a5ce7ec414c2e1fcc29e44aa1fd0f0766b9c (diff)
downloadchromium_src-6476c72c1c90f470a4f395ae83a3adc4d866b7ab.zip
chromium_src-6476c72c1c90f470a4f395ae83a3adc4d866b7ab.tar.gz
chromium_src-6476c72c1c90f470a4f395ae83a3adc4d866b7ab.tar.bz2
Make the implementation .cc files go away, instead have the authors give us a header only.
Review URL: http://codereview.chromium.org/6410007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74637 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common_message_generator.h')
-rw-r--r--chrome/common/common_message_generator.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/chrome/common/common_message_generator.h b/chrome/common/common_message_generator.h
new file mode 100644
index 0000000..61e5c04
--- /dev/null
+++ b/chrome/common/common_message_generator.h
@@ -0,0 +1,28 @@
+// Copyright (c) 2010 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.
+
+// Multiply-included file, hence no include guard.
+
+#if 0 // This feature is not yet enabled for these files.
+
+#include "chrome/common/autofill_messages.h"
+#include "chrome/common/automation_messages.h"
+#include "chrome/common/database_messages.h"
+#include "chrome/common/devtools_messages.h"
+#include "chrome/common/dom_storage_messages.h"
+#include "chrome/common/file_utilities_messages.h"
+#include "chrome/common/gpu_messages.h"
+#include "chrome/common/indexed_db_messages.h"
+#include "chrome/common/mime_registry_messages.h"
+#include "chrome/common/nacl_messages.h"
+#include "chrome/common/pepper_file_messages.h"
+#include "chrome/common/pepper_messages.h"
+#include "chrome/common/plugin_messages.h"
+#include "chrome/common/render_messages.h"
+#include "chrome/common/service_messages.h"
+#include "chrome/common/speech_input_messages.h"
+#include "chrome/common/utility_messages.h"
+#include "chrome/common/worker_messages.h"
+
+#endif