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

Unified Diff: chrome/browser/ui/views/harmony/chrome_layout_provider.cc

Issue 2821413002: views: support dialog width snapping once and for all (Closed)
Patch Set: fix failing unittest Created 3 years, 8 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
Index: chrome/browser/ui/views/harmony/chrome_layout_provider.cc
diff --git a/chrome/browser/ui/views/harmony/chrome_layout_provider.cc b/chrome/browser/ui/views/harmony/chrome_layout_provider.cc
index ab9efb6d4105a584a225e7a834c8607f686a7af3..dd6b727bc3485e115e47be5381f0f00e6c0269f4 100644
--- a/chrome/browser/ui/views/harmony/chrome_layout_provider.cc
+++ b/chrome/browser/ui/views/harmony/chrome_layout_provider.cc
@@ -83,7 +83,3 @@ bool ChromeLayoutProvider::ShouldShowWindowIcon() const {
bool ChromeLayoutProvider::IsHarmonyMode() const {
return false;
}
-
-int ChromeLayoutProvider::GetDialogPreferredWidth(DialogWidth width) const {
- return 0;
-}
« no previous file with comments | « chrome/browser/ui/views/harmony/chrome_layout_provider.h ('k') | chrome/browser/ui/views/harmony/harmony_layout_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698