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

Unified Diff: blimp/engine/session/blimp_engine_session.h

Issue 2325893002: [blimp] Add support for having multiple tabs (Closed)
Patch Set: Add tablet and non-blimp support Created 4 years, 3 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
« no previous file with comments | « blimp/client/core/contents/tab_control_feature.cc ('k') | blimp/engine/session/blimp_engine_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/session/blimp_engine_session.h
diff --git a/blimp/engine/session/blimp_engine_session.h b/blimp/engine/session/blimp_engine_session.h
index 5c363bb488beec9b45c9273244ba6c61febe24e7..0b8c91f461415e75afa4e5e8f78df4a0ec8f656c 100644
--- a/blimp/engine/session/blimp_engine_session.h
+++ b/blimp/engine/session/blimp_engine_session.h
@@ -72,11 +72,9 @@ class BlimpWindowTreeHost;
class EngineNetworkComponents;
class Tab;
-class BlimpEngineSession
- : public BlimpMessageProcessor,
- public content::WebContentsDelegate,
- public ui::InputMethodObserver,
- public EngineRenderWidgetFeature::RenderWidgetMessageDelegate {
+class BlimpEngineSession : public BlimpMessageProcessor,
+ public content::WebContentsDelegate,
+ public ui::InputMethodObserver {
public:
using GetPortCallback = base::Callback<void(uint16_t)>;
@@ -124,15 +122,6 @@ class BlimpEngineSession
// |device_pixel_ratio|.
void HandleResize(float device_pixel_ratio, const gfx::Size& size);
- // RenderWidgetMessage handler methods.
- // RenderWidgetMessageDelegate implementation.
- void OnWebGestureEvent(
- content::RenderWidgetHost* render_widget_host,
- std::unique_ptr<blink::WebGestureEvent> event) override;
- void OnCompositorMessageReceived(
- content::RenderWidgetHost* render_widget_host,
- const std::vector<uint8_t>& message) override;
-
// content::WebContentsDelegate implementation.
content::WebContents* OpenURLFromTab(
content::WebContents* source,
« no previous file with comments | « blimp/client/core/contents/tab_control_feature.cc ('k') | blimp/engine/session/blimp_engine_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698