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

Unified Diff: ash/mus/shell_delegate_mus.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/mus/shell_delegate_mus.h ('k') | ash/shell/shell_delegate_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/shell_delegate_mus.cc
diff --git a/ash/mus/shell_delegate_mus.cc b/ash/mus/shell_delegate_mus.cc
index 3ce7579ee81d7b9837d36087a095242fca8f2a2f..a7b9f2bec1842e359f2a9c4da6e6fb89a5626107 100644
--- a/ash/mus/shell_delegate_mus.cc
+++ b/ash/mus/shell_delegate_mus.cc
@@ -160,6 +160,10 @@ void ShellDelegateMus::RemoveVirtualKeyboardStateObserver(
NOTIMPLEMENTED();
}
+void ShellDelegateMus::OpenUrl(const GURL& url) {
+ NOTIMPLEMENTED();
+}
+
app_list::AppListViewDelegate* ShellDelegateMus::GetAppListViewDelegate() {
NOTIMPLEMENTED();
return nullptr;
« no previous file with comments | « ash/mus/shell_delegate_mus.h ('k') | ash/shell/shell_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698