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

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

Issue 2894743002: Make launching apps from shelf more intuitive (Closed)
Patch Set: Affected by new revision, gclient sync and re-upload. 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.cc
diff --git a/chrome/browser/ui/app_list/test/test_app_list_controller_delegate.cc b/chrome/browser/ui/app_list/test/test_app_list_controller_delegate.cc
index d4fb713e495673aad70ecc09368908abe548dd41..d049e5bd64e05c973848234c2d477d51ebc12014 100644
--- a/chrome/browser/ui/app_list/test/test_app_list_controller_delegate.cc
+++ b/chrome/browser/ui/app_list/test/test_app_list_controller_delegate.cc
@@ -71,7 +71,8 @@ void TestAppListControllerDelegate::LaunchApp(
Profile* profile,
const extensions::Extension* extension,
AppListSource source,
- int event_flags) {
+ int event_flags,
+ int64_t display_id) {
}
} // namespace test

Powered by Google App Engine
This is Rietveld 408576698