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

Unified Diff: chrome/browser/ui/views/location_bar/page_action_image_view.cc

Issue 6334101: Removal of chrome.experimental.popup set of APIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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/views/location_bar/page_action_image_view.cc
===================================================================
--- chrome/browser/ui/views/location_bar/page_action_image_view.cc (revision 73621)
+++ chrome/browser/ui/views/location_bar/page_action_image_view.cc (working copy)
@@ -93,9 +93,7 @@
browser->window()->GetNativeHandle(),
screen_bounds,
arrow_location,
- true, // Activate the popup window.
inspect_with_devtools,
- ExtensionPopup::BUBBLE_CHROME,
this); // ExtensionPopup::Observer
} else {
ExtensionService* service = profile_->GetExtensionService();

Powered by Google App Engine
This is Rietveld 408576698