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

Side by Side Diff: chrome/browser/importer/importer_messages.h

Issue 6713084: Move the rest of the renderer->browser messages that belong in content. Also do a bunch of cleanup: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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
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, no traditonal include guard. 5 // Multiply-included message file, no traditonal include guard.
6 #include <string> 6 #include <string>
7 #include <vector> 7 #include <vector>
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "base/values.h" 10 #include "base/values.h"
11 #include "chrome/browser/history/history_types.h" 11 #include "chrome/browser/history/history_types.h"
12 #include "chrome/browser/importer/importer_data_types.h" 12 #include "chrome/browser/importer/importer_data_types.h"
13 #include "chrome/browser/importer/profile_writer.h" 13 #include "chrome/browser/importer/profile_writer.h"
14 #include "chrome/browser/search_engines/template_url.h" 14 #include "chrome/browser/search_engines/template_url.h"
15 #include "chrome/common/common_param_traits.h"
16 #include "content/common/common_param_traits.h" 15 #include "content/common/common_param_traits.h"
17 #include "ipc/ipc_message_macros.h" 16 #include "ipc/ipc_message_macros.h"
18 #include "ipc/ipc_message_utils.h" 17 #include "ipc/ipc_message_utils.h"
19 #include "webkit/glue/password_form.h" 18 #include "webkit/glue/password_form.h"
20 19
21 #ifndef CHROME_BROWSER_IMPORTER_IMPORTER_MESSAGES_H_ 20 #ifndef CHROME_BROWSER_IMPORTER_IMPORTER_MESSAGES_H_
22 #define CHROME_BROWSER_IMPORTER_IMPORTER_MESSAGES_H_ 21 #define CHROME_BROWSER_IMPORTER_IMPORTER_MESSAGES_H_
23 22
24 namespace IPC { 23 namespace IPC {
25 24
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 std::vector<history::ImportedFaviconUsage> ) 427 std::vector<history::ImportedFaviconUsage> )
429 428
430 IPC_MESSAGE_CONTROL1(ProfileImportProcessHostMsg_NotifyPasswordFormReady, 429 IPC_MESSAGE_CONTROL1(ProfileImportProcessHostMsg_NotifyPasswordFormReady,
431 webkit_glue::PasswordForm ) 430 webkit_glue::PasswordForm )
432 431
433 IPC_MESSAGE_CONTROL3(ProfileImportProcessHostMsg_NotifyKeywordsReady, 432 IPC_MESSAGE_CONTROL3(ProfileImportProcessHostMsg_NotifyKeywordsReady,
434 std::vector<TemplateURL>, 433 std::vector<TemplateURL>,
435 int, /* default keyword index */ 434 int, /* default keyword index */
436 bool /* unique on host and path */) 435 bool /* unique on host and path */)
437 436
OLDNEW
« no previous file with comments | « chrome/browser/accessibility/browser_accessibility_win_unittest.cc ('k') | chrome/browser/plugin_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698