summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/info_bubble.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/info_bubble.h')
-rw-r--r--chrome/browser/views/info_bubble.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/views/info_bubble.h b/chrome/browser/views/info_bubble.h
index 64c8ec3..cab1644 100644
--- a/chrome/browser/views/info_bubble.h
+++ b/chrome/browser/views/info_bubble.h
@@ -20,6 +20,9 @@
class BrowserWindow;
class InfoBubble;
+namespace views {
+class Window;
+}
class InfoBubbleDelegate {
public:
@@ -152,6 +155,9 @@ class InfoBubble : public views::ContainerWin,
// The delegate notified when the InfoBubble is closed.
InfoBubbleDelegate* delegate_;
+ // The window that this InfoBubble is parented to.
+ views::Window* parent_;
+
// The content view contained by the infobubble.
ContentView* content_view_;