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

Unified Diff: ash/test/test_shell_delegate.cc

Issue 9297008: [HTerm-Crosh] Add key shortcut for opening Crosh on ChromeOS Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 11 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 53f6913d13d3ed2a7f1e0262dace27279d58032b..e78cb4d8659609ddc933c237dd30d2cc4181d26f 100644
--- a/ash/test/test_shell_delegate.cc
+++ b/ash/test/test_shell_delegate.cc
@@ -52,6 +52,9 @@ std::vector<aura::Window*> TestShellDelegate::GetCycleWindowList(
return windows;
}
+void TestShellDelegate::OpenNewTab(NewTabContentType type) {
+}
+
void TestShellDelegate::CreateNewWindow() {
}

Powered by Google App Engine
This is Rietveld 408576698