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

Unified Diff: chrome/browser/ui/views/harmony/harmony_layout_delegate.h

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
Index: chrome/browser/ui/views/harmony/harmony_layout_delegate.h
diff --git a/chrome/browser/ui/views/harmony/harmony_layout_delegate.h b/chrome/browser/ui/views/harmony/harmony_layout_delegate.h
index fd36b15d297a11f88bb08f5165375602c12f46d8..0b6c59958ab833adf9f744a8c896834383aefef9 100644
--- a/chrome/browser/ui/views/harmony/harmony_layout_delegate.h
+++ b/chrome/browser/ui/views/harmony/harmony_layout_delegate.h
@@ -18,6 +18,8 @@ class HarmonyLayoutDelegate : public LayoutDelegate {
// views::LayoutDelegate:
int GetLayoutDistance(LayoutDistanceType type) const override;
bool UseExtraDialogPadding() const override;
+ bool IsHarmonyMode() const override;
+ int GetDialogPreferredWidth(DialogWidthType type) const override;
private:
DISALLOW_COPY_AND_ASSIGN(HarmonyLayoutDelegate);
« no previous file with comments | « chrome/browser/ui/views/collected_cookies_views.cc ('k') | chrome/browser/ui/views/harmony/harmony_layout_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698