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

Unified Diff: chrome/browser/ui/app_list/test/test_app_list_controller_delegate.h

Issue 2894743002: Make launching apps from shelf more intuitive (Closed)
Patch Set: Replace root window with display id in app launch params. Created 3 years, 7 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/app_list/test/test_app_list_controller_delegate.h
diff --git a/chrome/browser/ui/app_list/test/test_app_list_controller_delegate.h b/chrome/browser/ui/app_list/test/test_app_list_controller_delegate.h
index 910dfbecbe499025643c72ce4496b375e4a333b3..e8f71f935e59dba1fffd186dca0b90e4221ee6c7 100644
--- a/chrome/browser/ui/app_list/test/test_app_list_controller_delegate.h
+++ b/chrome/browser/ui/app_list/test/test_app_list_controller_delegate.h
@@ -36,7 +36,8 @@ class TestAppListControllerDelegate : public AppListControllerDelegate {
void LaunchApp(Profile* profile,
const extensions::Extension* extension,
AppListSource source,
- int event_flags) override;
+ int event_flags,
+ int64_t display_id) override;
const GURL& last_opened_url() const { return last_opened_url_; }

Powered by Google App Engine
This is Rietveld 408576698