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

Unified Diff: chrome/browser/importer/firefox_importer_unittest_messages_internal.h

Issue 18501013: Move most importer code to chrome/utility/importer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: another gyp attempt Created 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/importer/firefox_importer_unittest_messages_internal.h
diff --git a/chrome/browser/importer/firefox_importer_unittest_messages_internal.h b/chrome/browser/importer/firefox_importer_unittest_messages_internal.h
deleted file mode 100644
index ce2994755c29df3833eb83c2ba5706ccfc7b2fec..0000000000000000000000000000000000000000
--- a/chrome/browser/importer/firefox_importer_unittest_messages_internal.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "ipc/ipc_message_macros.h"
-
-#define IPC_MESSAGE_START FirefoxImporterUnittestMsgStart
-
-// Messages definitions for messages sent between the unit test binary and
-// a child process by FFUnitTestDecryptorProxy.
-
-// Server->Child: Initialize the decrytor with the following paramters.
-IPC_MESSAGE_CONTROL2(Msg_Decryptor_Init,
- base::FilePath /* dll_path */,
- base::FilePath /* db_path */)
-// Child->Server: Return paramter from init call.
-IPC_MESSAGE_CONTROL1(Msg_Decryptor_InitReturnCode,
- bool /* ret */)
-
-// Server->Child: Decrypt a given string.
-IPC_MESSAGE_CONTROL1(Msg_Decrypt,
- std::string /* crypt */)
-// Child->Server: Decrypted String.
-IPC_MESSAGE_CONTROL1(Msg_Decryptor_Response,
- string16 /* unencrypted_str */)
-
-// Server->Child: Die.
-IPC_MESSAGE_CONTROL0(Msg_Decryptor_Quit)
« no previous file with comments | « chrome/browser/importer/firefox_importer_unittest.cc ('k') | chrome/browser/importer/firefox_importer_unittest_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698