summaryrefslogtreecommitdiff
path: root/chromium/ui/views/examples/example_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/views/examples/example_base.h')
-rw-r--r--chromium/ui/views/examples/example_base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/ui/views/examples/example_base.h b/chromium/ui/views/examples/example_base.h
index f28fdefba1e..a17cc0d0f91 100644
--- a/chromium/ui/views/examples/example_base.h
+++ b/chromium/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, ...);