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

Unified Diff: ash/shell/app_list.cc

Issue 10054038: Support WebView in ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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/DEPS ('k') | ash/shell/content_client/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/app_list.cc
===================================================================
--- ash/shell/app_list.cc (revision 131874)
+++ ash/shell/app_list.cc (working copy)
@@ -92,7 +92,8 @@
case EXAMPLES_WINDOW: {
#if !defined(OS_MACOSX)
views::examples::ShowExamplesWindow(
- views::examples::DO_NOTHING_ON_CLOSE, NULL);
+ views::examples::DO_NOTHING_ON_CLOSE,
+ ash::Shell::GetInstance()->browser_context());
#endif
break;
}
« no previous file with comments | « ash/shell/DEPS ('k') | ash/shell/content_client/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698