Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5354)

Unified Diff: chrome/browser/ui/panels/panel.h

Issue 9956145: Remove wrench button from panel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix per feedback Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/gtk/browser_window_gtk.cc ('k') | chrome/browser/ui/panels/panel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/panel.h
diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
index 7857734bade58ea001d629647f6bfcddd462415a..52b341b68adcfe4773c51784a08cd5fda9a03ad8 100644
--- a/chrome/browser/ui/panels/panel.h
+++ b/chrome/browser/ui/panels/panel.h
@@ -62,10 +62,6 @@ class Panel : public BrowserWindow,
// Returns the PanelManager associated with this panel.
PanelManager* manager() const;
- // Gets the extension that a panel is created from.
- // Returns NULL if it cannot be found.
- const Extension* GetExtension() const;
-
void SetExpansionState(ExpansionState new_expansion_state);
bool IsDrawingAttention() const;
@@ -222,10 +218,6 @@ class Panel : public BrowserWindow,
Panel* panel,
const gfx::Rect& bounds);
- // Gets the extension from the browser that a panel is created from.
- // Returns NULL if it cannot be found.
- static const Extension* GetExtensionFromBrowser(Browser* browser);
-
// Invoked when the native panel has detected a mouse click on the
// panel's titlebar. Behavior of the click may be modified as
// indicated by |modifier|.
« no previous file with comments | « chrome/browser/ui/gtk/browser_window_gtk.cc ('k') | chrome/browser/ui/panels/panel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698