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

Unified Diff: ash/frame/caption_buttons/frame_size_button.cc

Issue 441803004: Introduce new WebApp header style for hosted apps and fizzy apps on ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review feedback Created 6 years, 4 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: ash/frame/caption_buttons/frame_size_button.cc
diff --git a/ash/frame/caption_buttons/frame_size_button.cc b/ash/frame/caption_buttons/frame_size_button.cc
index 1399453ffdcfff07c8b357fc88001905a58fac16..05579bd13cf219b90d6b574cb7e13ec1fe1e040c 100644
--- a/ash/frame/caption_buttons/frame_size_button.cc
+++ b/ash/frame/caption_buttons/frame_size_button.cc
@@ -214,6 +214,7 @@ void FrameSizeButton::UpdateSnapType(const ui::LocatedEvent& event) {
case CAPTION_BUTTON_ICON_MAXIMIZE_RESTORE:
case CAPTION_BUTTON_ICON_MINIMIZE:
case CAPTION_BUTTON_ICON_CLOSE:
+ case CAPTION_BUTTON_ICON_BACK:
case CAPTION_BUTTON_ICON_COUNT:
NOTREACHED();
break;

Powered by Google App Engine
This is Rietveld 408576698