Index: chrome/browser/ui/panels/panel.h |
diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h |
index edf01e7888854af6638b749cc57b3d94fb5c531a..8fd099ed43e68554b2a2052316d1b03a21f4c320 100644 |
--- a/chrome/browser/ui/panels/panel.h |
+++ b/chrome/browser/ui/panels/panel.h |
@@ -336,6 +336,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. |