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

Unified Diff: chrome/common/common_param_traits.h

Issue 10577040: Generate param traits even when shared by mutliple message files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « chrome/common/automation_messages.cc ('k') | chrome/common/common_param_traits.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/common_param_traits.h
===================================================================
--- chrome/common/common_param_traits.h (revision 143430)
+++ chrome/common/common_param_traits.h (working copy)
@@ -6,33 +6,9 @@
#define CHROME_COMMON_COMMON_PARAM_TRAITS_H_
#pragma once
-#include <string>
+// This file provides declarations of IPC serialization macros that are used
+// in more than one IPC message file.
-#include "chrome/common/content_settings.h"
-#include "ipc/ipc_param_traits.h"
+#include "chrome/common/common_param_traits_macros.h"
-class PickleIterator;
-
-namespace IPC {
-
-class Message;
-
-template <>
-struct ParamTraits<ContentSetting> {
- typedef ContentSetting param_type;
- static void Write(Message* m, const param_type& p);
- static bool Read(const Message* m, PickleIterator* iter, param_type* p);
- static void Log(const param_type& p, std::string* l);
-};
-
-template <>
-struct ParamTraits<ContentSettingsType> {
- typedef ContentSettingsType param_type;
- static void Write(Message* m, const param_type& p);
- static bool Read(const Message* m, PickleIterator* iter, param_type* p);
- static void Log(const param_type& p, std::string* l);
-};
-
-} // namespace IPC
-
#endif // CHROME_COMMON_COMMON_PARAM_TRAITS_H_
« no previous file with comments | « chrome/common/automation_messages.cc ('k') | chrome/common/common_param_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698