| Index: chrome/browser/ui/gtk/extensions/extension_popup_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/extensions/extension_popup_gtk.h b/chrome/browser/ui/gtk/extensions/extension_popup_gtk.h
|
| index c3d788b7c4bb6dfb99e2413a493cdb7f30f2694b..a9c53e5fe72fe26d167fe797ce0ba94db1b6ffa4 100644
|
| --- a/chrome/browser/ui/gtk/extensions/extension_popup_gtk.h
|
| +++ b/chrome/browser/ui/gtk/extensions/extension_popup_gtk.h
|
| @@ -25,14 +25,12 @@ class ExtensionPopupGtk : public content::NotificationObserver,
|
| public:
|
| ExtensionPopupGtk(Browser* browser,
|
| ExtensionHost* host,
|
| - GtkWidget* anchor,
|
| - bool inspect);
|
| + GtkWidget* anchor);
|
| virtual ~ExtensionPopupGtk();
|
|
|
| static void Show(const GURL& url,
|
| Browser* browser,
|
| - GtkWidget* anchor,
|
| - bool inspect);
|
| + GtkWidget* anchor);
|
|
|
| // content::NotificationObserver implementation.
|
| virtual void Observe(int type,
|
|
|