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

Unified Diff: ash/shell_delegate.h

Issue 2202753002: [arc-intents] Properly qualify API-generated page transitions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 5 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/shell/shell_delegate_impl.cc ('k') | ash/sysui/shell_delegate_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_delegate.h
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index b8da2d511d5a8702c1809fdb8fac655faea207bb..ef3274c55613a1926157110ca06784571bd658c1 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -114,7 +114,7 @@ class ASH_EXPORT ShellDelegate {
VirtualKeyboardStateObserver* observer) = 0;
// Opens the |url| in a new browser tab.
- virtual void OpenUrl(const GURL& url) = 0;
+ virtual void OpenUrlFromArc(const GURL& url) = 0;
// Get the AppListPresenter. Ownership stays with Chrome.
virtual app_list::AppListPresenter* GetAppListPresenter() = 0;
« no previous file with comments | « ash/shell/shell_delegate_impl.cc ('k') | ash/sysui/shell_delegate_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698