summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/chrome_switches.cc3
-rw-r--r--chrome/common/chrome_switches.h2
-rw-r--r--chrome/common/render_messages_internal.h6
3 files changed, 0 insertions, 11 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index cf1a56b..1a7e91b 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -337,9 +337,6 @@ const wchar_t kUseLowFragHeapCrt[] = L"use-lf-heap";
const wchar_t kGearsPluginPathOverride[] = L"gears-plugin-path";
#endif
-// Switch to load Gears in the renderer process.
-const wchar_t kGearsInRenderer[] = L"gears-in-renderer";
-
// Enable the fastback page cache.
const wchar_t kEnableFastback[] = L"enable-fastback";
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 7083d7a..07b171f 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -123,8 +123,6 @@ extern const wchar_t kUseLowFragHeapCrt[];
extern const wchar_t kGearsPluginPathOverride[];
#endif
-extern const wchar_t kGearsInRenderer[];
-
extern const wchar_t kEnableFastback[];
extern const wchar_t kJavaScriptDebuggerPath[];
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
index bdbabaa..6416a4b 100644
--- a/chrome/common/render_messages_internal.h
+++ b/chrome/common/render_messages_internal.h
@@ -53,12 +53,6 @@ IPC_BEGIN_MESSAGES(View)
size_t /* max_dead_capacity */,
size_t /* capacity */)
- // Allows a chrome plugin loaded in the browser process to send arbitrary
- // data to an instance of the same plugin loaded in a renderer process.
- IPC_MESSAGE_CONTROL2(ViewMsg_PluginMessage,
- FilePath /* plugin_path of plugin */,
- std::vector<uint8> /* opaque data */)
-
// Reply in response to ViewHostMsg_ShowView or ViewHostMsg_ShowWidget.
// similar to the new command, but used when the renderer created a view
// first, and we need to update it