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

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

Issue 2746223002: Harmony - update Chrome Cleanup tool prompt dialog. (Closed)
Patch Set: Added test with a file Created 3 years, 9 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/layout_delegate.h
diff --git a/chrome/browser/ui/views/harmony/layout_delegate.h b/chrome/browser/ui/views/harmony/layout_delegate.h
index e37879f86ed5e5433edaf45c5a8b4f31ef58058a..41780c42894f19c407976d6c4b6be72629dd6a90 100644
--- a/chrome/browser/ui/views/harmony/layout_delegate.h
+++ b/chrome/browser/ui/views/harmony/layout_delegate.h
@@ -96,6 +96,9 @@ class LayoutDelegate {
// May return 0 if the dialog has no preferred width.
virtual int GetDialogPreferredWidth(DialogWidth width) const;
+ // Returns whether to show the icon next to the title text on a dialog.
+ virtual bool ShouldShowWindowIcon() const;
+
private:
DISALLOW_COPY_AND_ASSIGN(LayoutDelegate);
};
« no previous file with comments | « chrome/browser/ui/views/harmony/harmony_layout_delegate.cc ('k') | chrome/browser/ui/views/harmony/layout_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698