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

Side by Side Diff: chrome/common/common_param_traits_defs.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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // Multiply-included shared traits file, hence no include guard but provide
6 // symbol for explicit checks by headers including this file.
7 #define CHROME_COMMON_COMMON_PARAM_TRAITS_DEFS_H_
8
9 #include "chrome/common/content_settings.h"
10 #include "ipc/ipc_message_macros.h"
11
12 IPC_ENUM_TRAITS(ContentSetting)
13 IPC_ENUM_TRAITS(ContentSettingsType)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698