From cbe889508de6d4835ccb2506162b1bcfae13dfdb Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Mon, 19 Mar 2012 01:15:58 +0000 Subject: Delete chrome_plugin_messages.h which is no longer used Review URL: https://chromiumcodereview.appspot.com/9718019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127420 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_common.gypi | 1 - chrome/common/chrome_plugin_messages.h | 41 -------------------------------- chrome/common/common_message_generator.h | 1 - ipc/ipc_message_utils.h | 1 - 4 files changed, 44 deletions(-) delete mode 100644 chrome/common/chrome_plugin_messages.h diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index f961314..b6d5e87 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -77,7 +77,6 @@ 'common/chrome_content_client.cc', 'common/chrome_content_client.h', 'common/chrome_notification_types.h', - 'common/chrome_plugin_messages.h', 'common/chrome_result_codes.h', 'common/chrome_sandbox_type_mac.h', 'common/chrome_utility_messages.h', diff --git a/chrome/common/chrome_plugin_messages.h b/chrome/common/chrome_plugin_messages.h deleted file mode 100644 index ff07a4a..0000000 --- a/chrome/common/chrome_plugin_messages.h +++ /dev/null @@ -1,41 +0,0 @@ -// Copyright (c) 2011 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. - -// Multiply-included file, no traditional include guard. - -#include - -#include "base/basictypes.h" -#include "build/build_config.h" - -#include "ipc/ipc_message_macros.h" -#include "ui/gfx/native_widget_types.h" - -#define IPC_MESSAGE_START ChromePluginMsgStart - -//----------------------------------------------------------------------------- -// ChromePluginHost messages -// These are messages sent from the plugin process to the browser process. - -// Used to retrieve the plugin finder URL. -IPC_SYNC_MESSAGE_CONTROL0_1(ChromePluginProcessHostMsg_GetPluginFinderUrl, - std::string /* plugin finder URL */) - -// Used to display an infobar containing missing plugin information in the -// chrome browser process. -IPC_MESSAGE_CONTROL4(ChromePluginProcessHostMsg_MissingPluginStatus, - int /* status */, - int /* render_process_id */, - int /* render_view_id */, - gfx::NativeWindow /* The plugin window handle */) - -#if defined(OS_WIN) -// Used to initiate a download on the plugin installer file from the URL -// passed in. -IPC_MESSAGE_CONTROL3(ChromePluginProcessHostMsg_DownloadUrl, - std::string /* URL */, - gfx::NativeWindow /* caller window */, - int /* render_process_id */) - -#endif // OS_WIN diff --git a/chrome/common/common_message_generator.h b/chrome/common/common_message_generator.h index fc818fb..b6c06e9 100644 --- a/chrome/common/common_message_generator.h +++ b/chrome/common/common_message_generator.h @@ -6,7 +6,6 @@ #include "chrome/common/autofill_messages.h" #include "chrome/common/benchmarking_messages.h" -#include "chrome/common/chrome_plugin_messages.h" #include "chrome/common/chrome_utility_messages.h" #include "chrome/common/extensions/extension_messages.h" #include "chrome/common/icon_messages.h" diff --git a/ipc/ipc_message_utils.h b/ipc/ipc_message_utils.h index e8e3173..bac0a82 100644 --- a/ipc/ipc_message_utils.h +++ b/ipc/ipc_message_utils.h @@ -93,7 +93,6 @@ enum IPCMessageStart { TextInputClientMsgStart, ChromeUtilityMsgStart, MediaStreamMsgStart, - ChromePluginMsgStart, ChromeBenchmarkingMsgStart, IntentsMsgStart, JavaBridgeMsgStart, -- cgit v1.1