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

Unified Diff: services/navigation/public/cpp/view.h

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.cc ('k') | services/navigation/public/cpp/view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/navigation/public/cpp/view.h
diff --git a/services/navigation/public/cpp/view.h b/services/navigation/public/cpp/view.h
index 357a93ef99ffff508d9972cc0c5a55da26b9d7c3..59b7a44577ce6f24741041ad0da24f64b1e780b7 100644
--- a/services/navigation/public/cpp/view.h
+++ b/services/navigation/public/cpp/view.h
@@ -66,11 +66,6 @@ class View : public mojom::ViewClient {
void ShowInterstitial(const std::string& html);
void HideInterstitial();
- // When non-empty, specifies the size of an area in the bottom corner of the
- // View that should allow the enclosing top-level window to be resized via the
- // pointer.
- void SetResizerSize(const gfx::Size& size);
-
// Embed the View visually within |parent|.
void EmbedInWindow(ui::Window* parent);
« no previous file with comments | « content/public/browser/web_contents_delegate.cc ('k') | services/navigation/public/cpp/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698