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

Unified Diff: ash/shell/window_type_launcher.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/shell_main.cc ('k') | content/content_shell.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/window_type_launcher.cc
===================================================================
--- ash/shell/window_type_launcher.cc (revision 131874)
+++ ash/shell/window_type_launcher.cc (working copy)
@@ -341,8 +341,9 @@
}
#if !defined(OS_MACOSX)
else if (sender == examples_button_) {
- views::examples::ShowExamplesWindow(views::examples::DO_NOTHING_ON_CLOSE,
- NULL);
+ views::examples::ShowExamplesWindow(
+ views::examples::DO_NOTHING_ON_CLOSE,
+ ash::Shell::GetInstance()->browser_context());
}
#endif // !defined(OS_MACOSX)
}
« no previous file with comments | « ash/shell/shell_main.cc ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698