| Index: ui/views/examples/examples_window.cc
|
| diff --git a/ui/views/examples/examples_window.cc b/ui/views/examples/examples_window.cc
|
| index 8372669d324cca59601cc408c10cdca4929bba71..55f7b554eb479e780398ace6fa6429a03d5da6f7 100644
|
| --- a/ui/views/examples/examples_window.cc
|
| +++ b/ui/views/examples/examples_window.cc
|
| @@ -131,6 +131,7 @@ class ExamplesWindowContents : public WidgetDelegateView,
|
| instance_ = this;
|
| combobox_->set_listener(this);
|
| combobox_model_.SetExamples(examples.Pass());
|
| + combobox_->ModelChanged();
|
|
|
| set_background(Background::CreateStandardPanelBackground());
|
| GridLayout* layout = new GridLayout(this);
|
|
|