summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/panels/panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/panels/panel.h')
-rw-r--r--chrome/browser/ui/panels/panel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
index 8fd099e..edf01e7 100644
--- a/chrome/browser/ui/panels/panel.h
+++ b/chrome/browser/ui/panels/panel.h
@@ -336,8 +336,6 @@ 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.