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

Unified Diff: ui/views/examples/examples_window_with_content.h

Issue 138783002: Cleans up gyp file for views example and removes duplicate code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix windows Created 6 years, 11 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 | « ui/views/examples/examples_window.cc ('k') | ui/views/examples/examples_window_with_content.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/examples_window_with_content.h
diff --git a/ui/views/examples/examples_window_with_content.h b/ui/views/examples/examples_window_with_content.h
index 907d3075a28ae07a3267086f76d40df2f8e46747..407fd2eeb7ee994da22f4efa3f3390765ab5daf2 100644
--- a/ui/views/examples/examples_window_with_content.h
+++ b/ui/views/examples/examples_window_with_content.h
@@ -6,6 +6,7 @@
#define UI_VIEWS_EXAMPLES_EXAMPLES_WINDOW_WITH_CONTENT_H_
#include "ui/gfx/native_widget_types.h"
+#include "ui/views/examples/examples_window.h"
#include "ui/views/examples/views_examples_with_content_export.h"
namespace content {
@@ -15,11 +16,6 @@ class BrowserContext;
namespace views {
namespace examples {
-enum Operation {
- DO_NOTHING_ON_CLOSE = 0,
- QUIT_ON_CLOSE,
-};
-
// Shows a window with the views examples in it.
VIEWS_EXAMPLES_WITH_CONTENT_EXPORT void ShowExamplesWindowWithContent(
Operation operation,
« no previous file with comments | « ui/views/examples/examples_window.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