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

Unified Diff: blimp/client/core/contents/tab_control_feature.h

Issue 2255533002: Add TabControlFeature to BlimpClientContextImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync to head Created 4 years, 4 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/blimp_contents_observer_unittest.cc ('k') | ui/gfx/geometry/box_f.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/contents/tab_control_feature.h
diff --git a/blimp/client/core/contents/tab_control_feature.h b/blimp/client/core/contents/tab_control_feature.h
index 15b066a7c01d732efd44644494c27bf3f53ecd7a..43bc66d941f43821172c4b6975a81bfaa011bcb3 100644
--- a/blimp/client/core/contents/tab_control_feature.h
+++ b/blimp/client/core/contents/tab_control_feature.h
@@ -30,10 +30,10 @@ class TabControlFeature : public BlimpMessageProcessor {
// Pushes the current size and scale information to the engine, which will
// affect the web content display area for all tabs.
- void SetSizeAndScale(const gfx::Size& size, float device_pixel_ratio);
+ virtual void SetSizeAndScale(const gfx::Size& size, float device_pixel_ratio);
- void CreateTab(int tab_id);
- void CloseTab(int tab_id);
+ virtual void CreateTab(int tab_id);
+ virtual void CloseTab(int tab_id);
// BlimpMessageProcessor implementation.
void ProcessMessage(std::unique_ptr<BlimpMessage> message,
« no previous file with comments | « blimp/client/core/contents/blimp_contents_observer_unittest.cc ('k') | ui/gfx/geometry/box_f.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698