diff options
Diffstat (limited to 'ash/wm')
-rw-r--r-- | ash/wm/caption_buttons/frame_caption_button.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/wm/caption_buttons/frame_caption_button.h b/ash/wm/caption_buttons/frame_caption_button.h index 61ed922..42d1f4d 100644 --- a/ash/wm/caption_buttons/frame_caption_button.h +++ b/ash/wm/caption_buttons/frame_caption_button.h @@ -27,7 +27,7 @@ class ASH_EXPORT FrameCaptionButton : public views::ImageButton { }; enum Style { - // Restored tabbed browser windows. + // Restored browser windows. STYLE_TALL_RESTORED, // All other restored windows. |