Index: chrome/browser/ui/panels/panel.h |
diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h |
index 9155d0b031bdf503a2b0d69479cb8d8020af8673..64aaae147a0aa9b077722e03174f8a5d8f5747c6 100644 |
--- a/chrome/browser/ui/panels/panel.h |
+++ b/chrome/browser/ui/panels/panel.h |
@@ -337,6 +337,8 @@ class Panel : public BaseWindow, |
// This name should be set when the panel is created. |
const std::string app_name_; |
+ Profile* profile_; |
+ |
// Current collection of panels to which this panel belongs. This determines |
// the panel's screen layout. |
PanelStrip* panel_strip_; // Owned by PanelManager. |