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

Side by Side Diff: chrome/common/autofill_messages.h

Issue 8368004: Move common_param_traits and webkit_param_traits to content/public/common. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/automation_messages.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Multiply-included message file, hence no include guard. 5 // Multiply-included message file, hence no include guard.
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "base/time.h" 9 #include "base/time.h"
10 #include "content/common/webkit_param_traits.h" 10 #include "content/public/common/webkit_param_traits.h"
11 #include "ipc/ipc_message_macros.h" 11 #include "ipc/ipc_message_macros.h"
12 #include "ipc/ipc_message_utils.h" 12 #include "ipc/ipc_message_utils.h"
13 #include "webkit/glue/form_data.h" 13 #include "webkit/glue/form_data.h"
14 #include "webkit/glue/form_data_predictions.h" 14 #include "webkit/glue/form_data_predictions.h"
15 #include "webkit/glue/form_field.h" 15 #include "webkit/glue/form_field.h"
16 #include "webkit/glue/form_field_predictions.h" 16 #include "webkit/glue/form_field_predictions.h"
17 #include "webkit/glue/password_form.h" 17 #include "webkit/glue/password_form.h"
18 #include "webkit/glue/password_form_dom_manager.h" 18 #include "webkit/glue/password_form_dom_manager.h"
19 19
20 #define IPC_MESSAGE_START AutofillMsgStart 20 #define IPC_MESSAGE_START AutofillMsgStart
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 // Instructs the browser to remove the specified Autocomplete entry from the 145 // Instructs the browser to remove the specified Autocomplete entry from the
146 // database. 146 // database.
147 IPC_MESSAGE_ROUTED2(AutofillHostMsg_RemoveAutocompleteEntry, 147 IPC_MESSAGE_ROUTED2(AutofillHostMsg_RemoveAutocompleteEntry,
148 string16 /* field name */, 148 string16 /* field name */,
149 string16 /* value */) 149 string16 /* value */)
150 150
151 // Instructs the browser to show the Autofill dialog. 151 // Instructs the browser to show the Autofill dialog.
152 IPC_MESSAGE_ROUTED0(AutofillHostMsg_ShowAutofillDialog) 152 IPC_MESSAGE_ROUTED0(AutofillHostMsg_ShowAutofillDialog)
153 153
154 154
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/automation_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698