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

Unified Diff: chrome/browser/ui/ash/app_list/app_list_controller_ash.h

Issue 644863002: Introduce OpenURL to AppListControllerDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 6 years, 2 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: chrome/browser/ui/ash/app_list/app_list_controller_ash.h
diff --git a/chrome/browser/ui/ash/app_list/app_list_controller_ash.h b/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
index 19f842d0b29bf1af63cf5d0bcf2403212de0a522..9be7ae330c66e0f62cd1b9220451261a65bfc546 100644
--- a/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
+++ b/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
@@ -31,6 +31,10 @@ class AppListControllerDelegateAsh : public AppListControllerDelegate {
virtual void DoCreateShortcutsFlow(Profile* profile,
const std::string& extension_id) override;
virtual void CreateNewWindow(Profile* profile, bool incognito) override;
+ virtual void OpenURL(Profile* profile,
+ const GURL& url,
+ ui::PageTransition transition,
+ WindowOpenDisposition disposition) override;
virtual void ActivateApp(Profile* profile,
const extensions::Extension* extension,
AppListSource source,

Powered by Google App Engine
This is Rietveld 408576698