| Index: chrome/browser/ui/views/extensions/extension_popup.h
|
| diff --git a/chrome/browser/ui/views/extensions/extension_popup.h b/chrome/browser/ui/views/extensions/extension_popup.h
|
| index 6d7d3cab1ad3605624d5b34d16008e4e995a3b44..68193fbd0136be60760130af335d06f01d6c07fc 100644
|
| --- a/chrome/browser/ui/views/extensions/extension_popup.h
|
| +++ b/chrome/browser/ui/views/extensions/extension_popup.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -72,6 +72,9 @@ class ExtensionPopup : public views::BubbleDelegateView,
|
| views::BubbleBorder::ArrowLocation arrow_location,
|
| bool inspect_with_devtools);
|
|
|
| + // Show the bubble, focus on its content, and register listeners.
|
| + void ShowBubble();
|
| +
|
| // The contained host for the view.
|
| scoped_ptr<ExtensionHost> extension_host_;
|
|
|
|
|