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

Unified Diff: chrome/browser/ui/views/extensions/extension_popup.h

Issue 10261005: views/extensions: Remove obsolete TODO from extension_popup.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/extensions/extension_popup.h
diff --git a/chrome/browser/ui/views/extensions/extension_popup.h b/chrome/browser/ui/views/extensions/extension_popup.h
index e1367c4935111495e292ea08dff5e78ad1a81207..eadac7d78cc926caaef39b8dfd42057681984b05 100644
--- a/chrome/browser/ui/views/extensions/extension_popup.h
+++ b/chrome/browser/ui/views/extensions/extension_popup.h
@@ -31,11 +31,8 @@ class ExtensionPopup : public views::BubbleDelegateView,
// by value of |arrow_location| remains fixed during popup resizes.
// If |arrow_location| is BOTTOM_*, then the popup 'pops up', otherwise
// the popup 'drops down'.
- // Pass |inspect_with_devtools| as true to pin the popup open and show the
- // devtools window for it.
// The actual display of the popup is delayed until the page contents
// finish loading in order to minimize UI flashing and resizing.
- // TODO(benwells): remove unused |inspect_with_devtools| parameter.
static ExtensionPopup* ShowPopup(
const GURL& url,
Browser* browser,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698