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

Unified Diff: views/examples/examples_main.cc

Issue 7846010: Fixed crash when a SinglesplitView gets embdedded inside SingleSplitView (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Sync up with trunk Created 9 years, 3 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 | « views/examples/double_split_view_example.cc ('k') | views/views.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/examples/examples_main.cc
diff --git a/views/examples/examples_main.cc b/views/examples/examples_main.cc
index 89cc130988b8467926551d4fef8f73b4dbc9292b..95f273d67411dc5a13488bf45b9ebca72c1e4894 100644
--- a/views/examples/examples_main.cc
+++ b/views/examples/examples_main.cc
@@ -16,6 +16,7 @@
#include "views/controls/tabbed_pane/tabbed_pane.h"
#include "views/examples/button_example.h"
#include "views/examples/combobox_example.h"
+#include "views/examples/double_split_view_example.h"
#include "views/examples/link_example.h"
#include "views/examples/menu_example.h"
#include "views/examples/message_box_example.h"
@@ -114,6 +115,9 @@ void ExamplesMain::Run() {
NativeThemeCheckboxExample native_theme_checkbox_example(this);
AddExample(&native_theme_checkbox_example);
+ DoubleSplitViewExample double_split_view_example(this);
+ AddExample(&double_split_view_example);
tfarina 2011/09/15 13:46:31 Put this example after the SingleSplitView, after
Gajen 2011/09/15 13:57:33 Done.
+
NativeThemeButtonExample native_theme_button_example(this);
AddExample(&native_theme_button_example);
« no previous file with comments | « views/examples/double_split_view_example.cc ('k') | views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698