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

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: Address a comment 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
« no previous file with comments | « ash/test/test_shell_delegate.h ('k') | chrome/browser/chromeos/arc/arc_intent_helper_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « ash/test/test_shell_delegate.h ('k') | chrome/browser/chromeos/arc/arc_intent_helper_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698