Commit 3a4d480c authored by Ehsan Karamad's avatar Ehsan Karamad Committed by Commit Bot

[ MimeHandlerView ] Minor cleanups

Removing unused methods and includes.

TBR=wjmaclean@chromium.org

Bug: None
Change-Id: I2464652110bfa2fd9a2749d48c9ddcca5add92b2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1543449Reviewed-by: default avatarEhsan Karamad <ekaramad@chromium.org>
Commit-Queue: Ehsan Karamad <ekaramad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#645308}
parent 298b4b40
......@@ -6,8 +6,6 @@
#include <string>
#include "base/containers/flat_set.h"
#include "base/pickle.h"
#include "content/public/common/webplugininfo.h"
#include "content/public/renderer/render_frame.h"
#include "content/public/renderer/render_frame_observer.h"
......
......@@ -79,8 +79,6 @@ class MimeHandlerViewFrameContainer : public MimeHandlerViewContainerBase {
blink::WebFrame* GetContentFrame() const;
void OnMessageReceived(const IPC::Message& message);
blink::WebElement plugin_element_;
const int32_t element_instance_id_;
std::unique_ptr<RenderFrameLifetimeObserver> render_frame_lifetime_observer_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment