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

Unified Diff: services/navigation/view_impl.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 | « services/navigation/public/interfaces/view.mojom ('k') | services/navigation/view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/navigation/view_impl.h
diff --git a/services/navigation/view_impl.h b/services/navigation/view_impl.h
index 8d9c5d2316b570670b7c481cda12ec6edf2baa81..cad292b65f4f0a93da0469e341efcffae968ec9a 100644
--- a/services/navigation/view_impl.h
+++ b/services/navigation/view_impl.h
@@ -50,7 +50,6 @@ class ViewImpl : public mojom::View,
void GetWindowTreeClient(ui::mojom::WindowTreeClientRequest request) override;
void ShowInterstitial(const mojo::String& html) override;
void HideInterstitial() override;
- void SetResizerSize(const gfx::Size& size) override;
// content::WebContentsDelegate:
void AddNewContents(content::WebContents* source,
@@ -70,7 +69,6 @@ class ViewImpl : public mojom::View,
void LoadProgressChanged(content::WebContents* source,
double progress) override;
void UpdateTargetURL(content::WebContents* source, const GURL& url) override;
- gfx::Rect GetRootWindowResizerRect() const override;
// content::NotificationObserver:
void Observe(int type,
@@ -103,8 +101,6 @@ class ViewImpl : public mojom::View,
std::unique_ptr<views::Widget> widget_;
- gfx::Size resizer_size_;
-
DISALLOW_COPY_AND_ASSIGN(ViewImpl);
};
« no previous file with comments | « services/navigation/public/interfaces/view.mojom ('k') | services/navigation/view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698