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

Unified Diff: ash/shell/shell_delegate_impl.cc

Issue 10914231: Map fullscreen button to maximize (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 3 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/shell/shell_delegate_impl.cc
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
index ada3ddbe87d9b09fae8419e41203733779208f33..6f38296ef5d2e124213d3dacbe955d8e52e65133 100644
--- a/ash/shell/shell_delegate_impl.cc
+++ b/ash/shell/shell_delegate_impl.cc
@@ -138,6 +138,9 @@ void ShellDelegateImpl::OpenFeedbackPage() {
void ShellDelegateImpl::RecordUserMetricsAction(UserMetricsAction action) {
}
+void ShellDelegateImpl::RemoveFullScreenExitBubble() {
+}
+
void ShellDelegateImpl::HandleMediaNextTrack() {
}

Powered by Google App Engine
This is Rietveld 408576698