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

Unified Diff: ash/test/test_shell_delegate.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/test/test_shell_delegate.cc
diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc
index 9496ccfe058ad2f1a27482b0190824151691af8a..d8728d6aeac456b9fcd32f1dd26f1c22e6a2d55b 100644
--- a/ash/test/test_shell_delegate.cc
+++ b/ash/test/test_shell_delegate.cc
@@ -137,5 +137,8 @@ string16 TestShellDelegate::GetTimeRemainingString(base::TimeDelta delta) {
return string16();
}
+void TestShellDelegate::ToggleFullscreenMode() {
+}
+
} // namespace test
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698