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

Unified Diff: blimp/engine/feature/engine_render_widget_feature_unittest.cc

Issue 2400243002: Remove grow box rect support, browser part. (Closed)
Patch Set: . Created 4 years, 2 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 | « no previous file | chrome/browser/ui/browser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/feature/engine_render_widget_feature_unittest.cc
diff --git a/blimp/engine/feature/engine_render_widget_feature_unittest.cc b/blimp/engine/feature/engine_render_widget_feature_unittest.cc
index 63fd04df4cb3c60a1c8b31cafba8d79320ce38da..4c8ae6d853909791aa7acfe6b1e4def0c4c9e021 100644
--- a/blimp/engine/feature/engine_render_widget_feature_unittest.cc
+++ b/blimp/engine/feature/engine_render_widget_feature_unittest.cc
@@ -85,7 +85,6 @@ class MockRenderWidgetHost
int GetRoutingID() const override { return 0; }
content::RenderWidgetHostView* GetView() const override { return nullptr; }
bool IsLoading() const override { return false; }
- void ResizeRectChanged(const gfx::Rect& new_rect) override {}
void RestartHangMonitorTimeout() override {}
void DisableHangMonitorForTesting() override {}
void SetIgnoreInputEvents(bool ignore_input_events) override {}
« no previous file with comments | « no previous file | chrome/browser/ui/browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698