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

Unified Diff: chrome/utility/profile_import_handler.h

Issue 323693002: Split printing utility IPC messages into its own file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: chrome/utility/profile_import_handler.h
diff --git a/chrome/utility/profile_import_handler.h b/chrome/utility/profile_import_handler.h
index 1fd650e37e7fc7e5e32ecaae358d920deb19b814..5a132bfd20259b8a5e8878e73318aeafc8d33860 100644
--- a/chrome/utility/profile_import_handler.h
+++ b/chrome/utility/profile_import_handler.h
@@ -23,8 +23,6 @@ namespace importer {
struct SourceProfile;
}
-namespace chrome {
-
// Dispatches IPCs for out of process profile import.
class ProfileImportHandler : public UtilityMessageHandler {
public:
@@ -45,8 +43,6 @@ class ProfileImportHandler : public UtilityMessageHandler {
// The following are used with out of process profile import:
void ImporterCleanup();
- static bool Send(IPC::Message* message);
-
// Thread that importer runs on, while ProfileImportThread handles messages
// from the browser process.
scoped_ptr<base::Thread> import_thread_;
@@ -62,6 +58,4 @@ class ProfileImportHandler : public UtilityMessageHandler {
scoped_refptr<Importer> importer_;
};
-} // namespace chrome
-
#endif // CHROME_UTILITY_PROFILE_IMPORT_HANDLER_H_

Powered by Google App Engine
This is Rietveld 408576698