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

Unified Diff: ash/test/test_shell_delegate.cc

Issue 1843563003: Move arc_intent_helper_bridge.h from c/b/chromeos/ to components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gn builds Created 4 years, 9 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 c0bbcbd23d4ffe5f2e64cba789df2198945538aa..fbfb2193878887f55f9173470347b3ee31e342c2 100644
--- a/ash/test/test_shell_delegate.cc
+++ b/ash/test/test_shell_delegate.cc
@@ -140,6 +140,8 @@ void TestShellDelegate::RemoveVirtualKeyboardStateObserver(
keyboard_state_observer_list_.RemoveObserver(observer);
}
+void TestShellDelegate::OpenUrl(const GURL& url) {}
+
app_list::AppListViewDelegate* TestShellDelegate::GetAppListViewDelegate() {
if (!app_list_view_delegate_)
app_list_view_delegate_.reset(new app_list::test::AppListTestViewDelegate);

Powered by Google App Engine
This is Rietveld 408576698