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

Unified Diff: ash/test/test_shell_delegate.h

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.h
diff --git a/ash/test/test_shell_delegate.h b/ash/test/test_shell_delegate.h
index cc9ef9574d03457fb6f70390b747a0de85b9c243..629e4102f08f13928f976d60cdf826bfe8867787 100644
--- a/ash/test/test_shell_delegate.h
+++ b/ash/test/test_shell_delegate.h
@@ -28,6 +28,7 @@ class TestShellDelegate : public ShellDelegate {
virtual std::vector<aura::Window*> GetCycleWindowList(
CycleSource source,
CycleOrder order) const OVERRIDE;
+ virtual void OpenNewTab(NewTabContentType type) OVERRIDE;
virtual void CreateNewWindow() OVERRIDE;
virtual void LauncherItemClicked(const LauncherItem& item) OVERRIDE;
virtual int GetBrowserShortcutResourceId() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698