Skip to content

Commit

Permalink
Revert 150863 - Browser Plugin: New Implementation (Renderer Side)
Browse files Browse the repository at this point in the history
BUG=140306
Tested: Added new browser tests!

Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=150654

Review URL: https://chromiumcodereview.appspot.com/10830072

TBR=fsamuel@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10827257

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150873 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
mmoss@chromium.org committed Aug 9, 2012
1 parent d1792a5 commit 8cedf7f
Show file tree
Hide file tree
Showing 25 changed files with 0 additions and 1,931 deletions.
152 changes: 0 additions & 152 deletions content/common/browser_plugin_messages.h

This file was deleted.

1 change: 0 additions & 1 deletion content/common/content_message_generator.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#include "content/common/accessibility_messages.h"
#include "content/common/appcache_messages.h"
#include "content/common/browser_plugin_messages.h"
#include "content/common/clipboard_messages.h"
#include "content/common/database_messages.h"
#include "content/common/desktop_notification_messages.h"
Expand Down
1 change: 0 additions & 1 deletion content/content_common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@
'common/appcache/appcache_dispatcher.cc',
'common/appcache/appcache_dispatcher.h',
'common/appcache_messages.h',
'common/browser_plugin_messages.h',
'common/child_histogram_message_filter.cc',
'common/child_histogram_message_filter.h',
'common/child_process.cc',
Expand Down
10 changes: 0 additions & 10 deletions content/content_renderer.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -179,16 +179,6 @@
'renderer/plugin_channel_host.h',
'renderer/browser_plugin/old/browser_plugin_channel_manager.cc',
'renderer/browser_plugin/old/browser_plugin_channel_manager.h',
'renderer/browser_plugin/browser_plugin.cc',
'renderer/browser_plugin/browser_plugin.h',
'renderer/browser_plugin/browser_plugin_backing_store.h',
'renderer/browser_plugin/browser_plugin_backing_store.cc',
'renderer/browser_plugin/browser_plugin_bindings.h',
'renderer/browser_plugin/browser_plugin_bindings.cc',
'renderer/browser_plugin/browser_plugin_manager.h',
'renderer/browser_plugin/browser_plugin_manager.cc',
'renderer/browser_plugin/browser_plugin_manager_impl.h',
'renderer/browser_plugin/browser_plugin_manager_impl.cc',
'renderer/browser_plugin/old/browser_plugin_constants.cc',
'renderer/browser_plugin/old/browser_plugin_constants.h',
'renderer/browser_plugin/old/browser_plugin_registry.cc',
Expand Down
6 changes: 0 additions & 6 deletions content/content_tests.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -584,12 +584,6 @@
'browser/speech/speech_recognition_browsertest.cc',
'browser/webkit_browsertest.cc',
'browser/worker_host/test/worker_browsertest.cc',
'renderer/browser_plugin/mock_browser_plugin.h',
'renderer/browser_plugin/mock_browser_plugin.cc',
'renderer/browser_plugin/mock_browser_plugin_manager.h',
'renderer/browser_plugin/mock_browser_plugin_manager.cc',
'renderer/browser_plugin/browser_plugin_browsertest.h',
'renderer/browser_plugin/browser_plugin_browsertest.cc',
'renderer/mouse_lock_dispatcher_browsertest.cc',
'renderer/pepper/pepper_file_chooser_host_unittest.cc',
'renderer/render_view_browsertest.cc',
Expand Down
3 changes: 0 additions & 3 deletions content/public/common/content_constants.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ const FilePath::CharType kPepperDataDirname[] =
FILE_PATH_LITERAL("Pepper Data");

const char kBrowserPluginMimeType[] = "application/browser-plugin";
// TODO(fsamuel): Remove this once upstreaming of the new browser plugin is
// complete.
const char kBrowserPluginNewMimeType[] = "application/new-browser-plugin";

// This number used to be limited to 32 in the past (see b/535234).
const size_t kMaxRendererProcessCount = 82;
Expand Down
3 changes: 0 additions & 3 deletions content/public/common/content_constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ CONTENT_EXPORT extern const FilePath::CharType kPepperDataDirname[];

// The MIME type used for the browser plugin.
CONTENT_EXPORT extern const char kBrowserPluginMimeType[];
// TODO(fsamuel): Remove this once upstreaming of the new browser plugin is
// complete.
CONTENT_EXPORT extern const char kBrowserPluginNewMimeType[];

CONTENT_EXPORT extern const size_t kMaxRendererProcessCount;

Expand Down
Loading

0 comments on commit 8cedf7f

Please sign in to comment.