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

Unified Diff: chrome/browser/ui/gtk/extensions/extension_popup_gtk.h

Issue 9968076: Remove Inspect Popup command from browser actions. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Views compile failure 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
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,
« no previous file with comments | « chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc ('k') | chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698