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

Unified Diff: chrome/browser/ui/cocoa/extensions/extension_view_mac.h

Issue 1858063002: Remove Mac NPAPI things (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more build fixes Created 4 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/cocoa/extensions/extension_view_mac.h
diff --git a/chrome/browser/ui/cocoa/extensions/extension_view_mac.h b/chrome/browser/ui/cocoa/extensions/extension_view_mac.h
index 36cbd8c62fbebf4bceb8b2f56d4c2556e369b2b7..ca0f2123295fb104f5343f9582035841003e552d 100644
--- a/chrome/browser/ui/cocoa/extensions/extension_view_mac.h
+++ b/chrome/browser/ui/cocoa/extensions/extension_view_mac.h
@@ -52,9 +52,6 @@ class ExtensionViewMac : public extensions::ExtensionView {
// Sets the container for this view.
void set_container(Container* container) { container_ = container; }
- // Informs the view that its containing window's frame changed.
- void WindowFrameChanged();
-
// Create the host view, adding it as a subview of |superview|.
void CreateWidgetHostViewIn(gfx::NativeView superview);

Powered by Google App Engine
This is Rietveld 408576698