diff options
Diffstat (limited to 'chrome/browser/extensions/extension_popup_api.h')
-rw-r--r-- | chrome/browser/extensions/extension_popup_api.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/extensions/extension_popup_api.h b/chrome/browser/extensions/extension_popup_api.h index 9132de1..7550407 100644 --- a/chrome/browser/extensions/extension_popup_api.h +++ b/chrome/browser/extensions/extension_popup_api.h @@ -28,10 +28,6 @@ class PopupShowFunction : public AsyncExtensionFunction, DECLARE_EXTENSION_FUNCTION_NAME("experimental.popup.show") private: - // Computes the screen-space position of the frame-relative point in the - // extension view that is requesting to display a popup. - bool ConvertHostPointToScreen(gfx::Point* point); - // NotificationObserver methods. virtual void Observe(NotificationType type, const NotificationSource& source, |