Index: chrome/test/base/test_browser_window.cc |
diff --git a/chrome/test/base/test_browser_window.cc b/chrome/test/base/test_browser_window.cc |
index 29e4164aaf734b366a3ce007a975ab733746d655..3293b55d7bb8265e00a7b0053a7f24b8d2ff1971 100644 |
--- a/chrome/test/base/test_browser_window.cc |
+++ b/chrome/test/base/test_browser_window.cc |
@@ -119,6 +119,8 @@ bool TestBrowserWindow::IsFullscreenBubbleVisible() const { |
return false; |
} |
+void TestBrowserWindow::ShowBackspaceNewShortcutBubble(bool forward) {} |
+ |
LocationBar* TestBrowserWindow::GetLocationBar() const { |
return const_cast<TestLocationBar*>(&location_bar_); |
} |