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) |
} |