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

Unified Diff: ash/shell/shell_delegate_impl.h

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/shell/shell_delegate_impl.h
diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h
index 7a5684b519682aaa03662daa7a01644fdb928699..5e511e0cfa4c9235e14a864c0413f05423d99838 100644
--- a/ash/shell/shell_delegate_impl.h
+++ b/ash/shell/shell_delegate_impl.h
@@ -40,6 +40,7 @@ class ShellDelegateImpl : public ash::ShellDelegate {
VirtualKeyboardStateObserver* observer) override;
void RemoveVirtualKeyboardStateObserver(
VirtualKeyboardStateObserver* observer) override;
+ void OpenUrl(const GURL& url) override;
app_list::AppListViewDelegate* GetAppListViewDelegate() override;
ShelfDelegate* CreateShelfDelegate(ShelfModel* model) override;
ash::SystemTrayDelegate* CreateSystemTrayDelegate() override;

Powered by Google App Engine
This is Rietveld 408576698