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

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: fix for review issues 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..91092769fba4a93d4dbd8c5a5aa58a190cbd8bb5 100644
--- a/ash/shell/shell_delegate_impl.cc
+++ b/ash/shell/shell_delegate_impl.cc
@@ -151,5 +151,8 @@ string16 ShellDelegateImpl::GetTimeRemainingString(base::TimeDelta delta) {
return string16();
}
+void ShellDelegateImpl::ToggleFullscreenMode() {
+}
+
} // namespace shell
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698