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

Unified Diff: content/public/browser/web_contents_delegate.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 | « content/public/browser/web_contents_delegate.h ('k') | services/navigation/public/cpp/view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents_delegate.cc
diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc
index d107135b2231bc84c83c277e42175d69ef1744b1..966258027a7d1565951ac135a32d589829259615 100644
--- a/content/public/browser/web_contents_delegate.cc
+++ b/content/public/browser/web_contents_delegate.cc
@@ -38,10 +38,6 @@ bool WebContentsDelegate::IsPopupOrPanel(const WebContents* source) const {
bool WebContentsDelegate::CanOverscrollContent() const { return false; }
-gfx::Rect WebContentsDelegate::GetRootWindowResizerRect() const {
- return gfx::Rect();
-}
-
bool WebContentsDelegate::ShouldSuppressDialogs(WebContents* source) {
return false;
}
« no previous file with comments | « content/public/browser/web_contents_delegate.h ('k') | services/navigation/public/cpp/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698