summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/extensions/extension_popup_controller_unittest.mm
diff options
context:
space:
mode:
authorfeldstein@chromium.org <feldstein@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-01 18:29:29 +0000
committerfeldstein@chromium.org <feldstein@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-01 18:29:29 +0000
commit2c7f63df1c2077445509cf05295558713593e84d (patch)
tree3c63d8cd6b7d3a5a5abfae768c470414523dec04 /chrome/browser/cocoa/extensions/extension_popup_controller_unittest.mm
parentc665eb327f8f3486c454a95782ffdad4e79fde2c (diff)
downloadchromium_src-2c7f63df1c2077445509cf05295558713593e84d.zip
chromium_src-2c7f63df1c2077445509cf05295558713593e84d.tar.gz
chromium_src-2c7f63df1c2077445509cf05295558713593e84d.tar.bz2
Enable inspection of extension popups
When developer mode is enabled from the extensions page, you can right click on browser actions or page actions to inspect the popup. It will stay open until you close the Inspector (or open another popup, or close the main window, etc). BUG=24477 TEST=Inspect the popup Review URL: http://codereview.chromium.org/1606001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43363 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/extensions/extension_popup_controller_unittest.mm')
-rw-r--r--chrome/browser/cocoa/extensions/extension_popup_controller_unittest.mm3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/extensions/extension_popup_controller_unittest.mm b/chrome/browser/cocoa/extensions/extension_popup_controller_unittest.mm
index 16f2fcf..c6335dd 100644
--- a/chrome/browser/cocoa/extensions/extension_popup_controller_unittest.mm
+++ b/chrome/browser/cocoa/extensions/extension_popup_controller_unittest.mm
@@ -66,7 +66,8 @@ class ExtensionPopupControllerTest : public CocoaTest {
[ExtensionPopupController showURL:GURL("http://google.com")
inBrowser:browser_.get()
anchoredAt:NSZeroPoint
- arrowLocation:kTopRight];
+ arrowLocation:kTopRight
+ devMode:NO];
}
virtual void TearDown() {
profile_->ShutdownExtensionProfile();