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

Unified Diff: ui/app_list/demo/app_list_demo_views.cc

Issue 659233002: STASH: Epic Experimental patch for toolkit-views App List on Mac Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Fix a few things. Works@master 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: ui/app_list/demo/app_list_demo_views.cc
diff --git a/ui/app_list/demo/app_list_demo_views.cc b/ui/app_list/demo/app_list_demo_views.cc
index b87885ae51084dedc26970a6dc29c9f07ff16b12..d3a7603950d3af161674c8cd192e7f7347d7aeac 100644
--- a/ui/app_list/demo/app_list_demo_views.cc
+++ b/ui/app_list/demo/app_list_demo_views.cc
@@ -110,7 +110,7 @@ void ShowAppList(content::BrowserContext* browser_context,
gfx::NativeWindow window_context) {
DemoAppListViewDelegate* delegate =
new DemoAppListViewDelegate(browser_context);
- app_list::AppListView* view = delegate->InitView(window_context);
+ app_list::AppListView* view = delegate->InitView(NULL);
view->GetWidget()->Show();
view->GetWidget()->Activate();
}
« no previous file with comments | « extensions/browser/api/cast_channel/cast_auth_util_openssl.cc ('k') | ui/app_list/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698