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

Side by Side Diff: ui/views/examples/examples_window_with_content.h

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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef UI_VIEWS_EXAMPLES_EXAMPLES_WINDOW_WITH_CONTENT_H_ 5 #ifndef UI_VIEWS_EXAMPLES_EXAMPLES_WINDOW_WITH_CONTENT_H_
6 #define UI_VIEWS_EXAMPLES_EXAMPLES_WINDOW_WITH_CONTENT_H_ 6 #define UI_VIEWS_EXAMPLES_EXAMPLES_WINDOW_WITH_CONTENT_H_
7 7
8 #include "ui/views/examples/views_examples_export.h" 8 #include "ui/views/examples/views_examples_export.h"
9 9
10 namespace content { 10 namespace content {
11 class BrowserContext; 11 class BrowserContext;
12 } 12 }
13 13
14 namespace views { 14 namespace views {
15 namespace examples { 15 namespace examples {
16 16
17 enum Operation { 17 enum Operation {
18 DO_NOTHING_ON_CLOSE = 0, 18 DO_NOTHING_ON_CLOSE = 0,
19 QUIT_ON_CLOSE, 19 QUIT_ON_CLOSE,
20 }; 20 };
21 21
22 // Shows a window with the views examples in it. 22 // Shows a window with the views examples in it.
23 VIEWS_EXAMPLES_EXPORT void ShowExamplesWindow( 23 VIEWS_EXAMPLES_EXPORT void ShowExamplesWindowWithContent(
24 Operation operation, 24 Operation operation,
25 content::BrowserContext* browser_context); 25 content::BrowserContext* browser_context);
26 26
27 } // namespace examples 27 } // namespace examples
28 } // namespace views 28 } // namespace views
29 29
30 #endif // UI_VIEWS_EXAMPLES_EXAMPLES_WINDOW_WITH_CONTENT_H_ 30 #endif // UI_VIEWS_EXAMPLES_EXAMPLES_WINDOW_WITH_CONTENT_H_
OLDNEW
« no previous file with comments | « ui/views/examples/content_client/examples_browser_main_parts.cc ('k') | ui/views/examples/examples_window_with_content.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698