| Index: ui/views/examples/content_client/examples_browser_main_parts.cc
|
| diff --git a/ui/views/examples/content_client/examples_browser_main_parts.cc b/ui/views/examples/content_client/examples_browser_main_parts.cc
|
| index b9b16cd22636196091cd5796edc3535db7bbdaef..a21c9c162efc7a84f019689c83c77ef2841e4b70 100644
|
| --- a/ui/views/examples/content_client/examples_browser_main_parts.cc
|
| +++ b/ui/views/examples/content_client/examples_browser_main_parts.cc
|
| @@ -62,7 +62,7 @@ void ExamplesBrowserMainParts::PreMainMessageLoopRun() {
|
| #endif
|
| views_delegate_.reset(new ExamplesViewsDelegate);
|
|
|
| - ShowExamplesWindow(QUIT_ON_CLOSE, browser_context_.get());
|
| + ShowExamplesWindowWithContent(QUIT_ON_CLOSE, browser_context_.get());
|
| }
|
|
|
| void ExamplesBrowserMainParts::PostMainMessageLoopRun() {
|
|
|