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

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

Issue 2511163002: harmony: convert collected cookies dialog (Closed)
Patch Set: remove ?: Created 4 years, 1 month 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 | « chrome/browser/ui/views/harmony/layout_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/harmony/layout_delegate.cc
diff --git a/chrome/browser/ui/views/harmony/layout_delegate.cc b/chrome/browser/ui/views/harmony/layout_delegate.cc
index a338845c02d6373c735eafebab8602d547e827bb..325d9499581b10d59d3cd85f76068cd819c74ee1 100644
--- a/chrome/browser/ui/views/harmony/layout_delegate.cc
+++ b/chrome/browser/ui/views/harmony/layout_delegate.cc
@@ -51,3 +51,11 @@ views::GridLayout::Alignment LayoutDelegate::GetControlLabelGridAlignment()
bool LayoutDelegate::UseExtraDialogPadding() const {
return true;
}
+
+bool LayoutDelegate::IsHarmonyMode() const {
+ return false;
+}
+
+int LayoutDelegate::GetDialogPreferredWidth(DialogWidthType type) const {
+ return 0;
+}
« no previous file with comments | « chrome/browser/ui/views/harmony/layout_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698