| Index: ui/views/examples/example_base.h
|
| diff --git a/ui/views/examples/example_base.h b/ui/views/examples/example_base.h
|
| index f28fdefba1efb5907c60861d985c6710507f49a2..a17cc0d0f915dbde8abac7de7ffa132cb9092a56 100644
|
| --- a/ui/views/examples/example_base.h
|
| +++ b/ui/views/examples/example_base.h
|
| @@ -27,6 +27,8 @@ class ExampleBase {
|
| protected:
|
| explicit ExampleBase(const char* title);
|
|
|
| + View* container() { return container_; }
|
| +
|
| // Prints a message in the status area, at the bottom of the window.
|
| void PrintStatus(const char* format, ...);
|
|
|
|
|