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

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

Issue 2746223002: Harmony - update Chrome Cleanup tool prompt dialog. (Closed)
Patch Set: 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/harmony_layout_delegate.cc
diff --git a/chrome/browser/ui/views/harmony/harmony_layout_delegate.cc b/chrome/browser/ui/views/harmony/harmony_layout_delegate.cc
index dafc261f717777a03534868371bec9eabd4890e1..a64f6df1419744b806ac11bf60dc20755038af3f 100644
--- a/chrome/browser/ui/views/harmony/harmony_layout_delegate.cc
+++ b/chrome/browser/ui/views/harmony/harmony_layout_delegate.cc
@@ -68,6 +68,10 @@ bool HarmonyLayoutDelegate::UseExtraDialogPadding() const {
return false;
}
+bool HarmonyLayoutDelegate::ShouldShowWindowIcon() const {
+ return false;
Peter Kasting 2017/03/14 00:24:21 Hmm. The translate mocks at https://folio.googlep
kylix_rd 2017/03/14 18:30:42 Good question. That seems inconsistent with the ov
+}
+
bool HarmonyLayoutDelegate::IsHarmonyMode() const {
return true;
}

Powered by Google App Engine
This is Rietveld 408576698