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

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: 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..9a4d81660e2e7bc8282eeac3cb36187d56bdb49d 100644
--- a/ash/test/test_shell_delegate.cc
+++ b/ash/test/test_shell_delegate.cc
@@ -124,6 +124,9 @@ void TestShellDelegate::OpenFeedbackPage() {
void TestShellDelegate::RecordUserMetricsAction(UserMetricsAction action) {
}
+void TestShellDelegate::RemoveFullScreenExitBubble() {
+}
+
void TestShellDelegate::HandleMediaNextTrack() {
}

Powered by Google App Engine
This is Rietveld 408576698