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

Side by Side Diff: chrome/browser/profile_import_process_host.h

Issue 2982009: Revert everything related to the relanding. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 5 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
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 #ifndef CHROME_BROWSER_PROFILE_IMPORT_PROCESS_HOST_H_ 5 #ifndef CHROME_BROWSER_PROFILE_IMPORT_PROCESS_HOST_H_
6 #define CHROME_BROWSER_PROFILE_IMPORT_PROCESS_HOST_H_ 6 #define CHROME_BROWSER_PROFILE_IMPORT_PROCESS_HOST_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "base/ref_counted.h" 12 #include "base/ref_counted.h"
13 #include "base/task.h"
13 #include "base/values.h" 14 #include "base/values.h"
14 #include "chrome/browser/browser_child_process_host.h" 15 #include "chrome/browser/browser_child_process_host.h"
15 #include "chrome/browser/chrome_thread.h" 16 #include "chrome/browser/chrome_thread.h"
16 #include "chrome/browser/history/history_types.h" 17 #include "chrome/browser/history/history_types.h"
17 #include "chrome/browser/importer/importer_data_types.h" 18 #include "chrome/browser/importer/importer_data_types.h"
18 #include "chrome/browser/importer/profile_writer.h" 19 #include "chrome/browser/importer/profile_writer.h"
19 #include "ipc/ipc_channel.h" 20 #include "ipc/ipc_channel.h"
20 21
21 namespace webkit_glue { 22 namespace webkit_glue {
22 struct PasswordForm; 23 struct PasswordForm;
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 // Receives messages to be passed back to the importer host. 136 // Receives messages to be passed back to the importer host.
136 scoped_refptr<ImportProcessClient> import_process_client_; 137 scoped_refptr<ImportProcessClient> import_process_client_;
137 138
138 // The thread where the import_process_client_ lives. 139 // The thread where the import_process_client_ lives.
139 ChromeThread::ID thread_id_; 140 ChromeThread::ID thread_id_;
140 141
141 DISALLOW_COPY_AND_ASSIGN(ProfileImportProcessHost); 142 DISALLOW_COPY_AND_ASSIGN(ProfileImportProcessHost);
142 }; 143 };
143 144
144 #endif // CHROME_BROWSER_PROFILE_IMPORT_PROCESS_HOST_H_ 145 #endif // CHROME_BROWSER_PROFILE_IMPORT_PROCESS_HOST_H_
OLDNEW
« no previous file with comments | « chrome/browser/printing/print_job.h ('k') | chrome/browser/safe_browsing/safe_browsing_database_bloom.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698