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

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

Issue 2660553005: Harmony - convert hung renderer dialog. (Closed)
Patch Set: remove test friends Created 3 years, 11 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/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 61b2aa0f7922057d509fad163b9ad1521f0c71a2..5c239a18627c3082c96a0db811ed32d626b4d0ab 100644
--- a/chrome/browser/ui/views/harmony/harmony_layout_delegate.h
+++ b/chrome/browser/ui/views/harmony/harmony_layout_delegate.h
@@ -24,6 +24,7 @@ class HarmonyLayoutDelegate : public LayoutDelegate {
bool UseExtraDialogPadding() const override;
bool IsHarmonyMode() const override;
int GetDialogPreferredWidth(DialogWidthType type) const override;
+ int GetDialogButtonMinimumWidth() const override;
private:
DISALLOW_COPY_AND_ASSIGN(HarmonyLayoutDelegate);

Powered by Google App Engine
This is Rietveld 408576698