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

Unified Diff: ui/views/examples/content_client/examples_browser_main_parts.cc

Issue 10869007: views/examples: Rename ShowExamplesWindow() to ShowExamplesWindowWithContent(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/window_type_launcher.cc ('k') | ui/views/examples/examples_window_with_content.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « ash/shell/window_type_launcher.cc ('k') | ui/views/examples/examples_window_with_content.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698