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

Unified Diff: content/plugin/plugin_interpose_util_mac.h

Issue 10928072: Remove all support for the Carbon NPAPI event model (Closed) Base URL: http://git.chromium.org/chromium/src.git@test-plugin-cocoa
Patch Set: Rebase Created 8 years, 3 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 | « content/plugin/plugin_carbon_interpose_mac.cc ('k') | content/plugin/plugin_interpose_util_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/plugin/plugin_interpose_util_mac.h
diff --git a/content/plugin/plugin_interpose_util_mac.h b/content/plugin/plugin_interpose_util_mac.h
index 3f9912cd8658b893ef02171da2b8ef45c513bec6..ac6a262b49438f1f8f2fc14327cd3b33d78174ff 100644
--- a/content/plugin/plugin_interpose_util_mac.h
+++ b/content/plugin/plugin_interpose_util_mac.h
@@ -50,9 +50,6 @@ void NotifyPluginOfSetThemeCursor(OpaquePluginRef delegate,
void NotifyPluginOfSetCursor(OpaquePluginRef delegate,
const Cursor* cursor);
-// Returns true if the window containing the given plugin delegate is focused.
-bool GetPluginWindowHasFocus(const OpaquePluginRef delegate);
-
} // namespace MacPluginInterpose
#endif // CONTENT_PLUGIN_PLUGIN_INTERPOSE_UTIL_MAC_H_
« no previous file with comments | « content/plugin/plugin_carbon_interpose_mac.cc ('k') | content/plugin/plugin_interpose_util_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698