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

Unified Diff: ash/frame/header_view.h

Issue 2905383003: (fix landed) Reland of name MaximizeMode to TabletMode (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « ash/frame/custom_frame_view_ash_unittest.cc ('k') | ash/frame/header_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/frame/header_view.h
diff --git a/ash/frame/header_view.h b/ash/frame/header_view.h
index 4d59fedcf2bedd81d285c218ae60b1056b38884b..70c6016c994b45e1373c1aa917c07a4854f3baa8 100644
--- a/ash/frame/header_view.h
+++ b/ash/frame/header_view.h
@@ -74,8 +74,8 @@
// ShellObserver:
void OnOverviewModeStarting() override;
void OnOverviewModeEnded() override;
- void OnMaximizeModeStarted() override;
- void OnMaximizeModeEnded() override;
+ void OnTabletModeStarted() override;
+ void OnTabletModeEnded() override;
FrameCaptionButtonContainerView* caption_button_container() {
return caption_button_container_;
« no previous file with comments | « ash/frame/custom_frame_view_ash_unittest.cc ('k') | ash/frame/header_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698