Index: content/public/browser/plugin_service.h |
=================================================================== |
--- content/public/browser/plugin_service.h (revision 157996) |
+++ content/public/browser/plugin_service.h (working copy) |
@@ -140,6 +140,12 @@ |
virtual void SetPluginListForTesting( |
webkit::npapi::PluginList* plugin_list) = 0; |
+ |
+#if defined(OS_MACOSX) |
+ // Called when the application is made active so that modal plugin windows can |
+ // be made forward too. |
+ virtual void AppActivated() = 0; |
+#endif |
}; |
} // namespace content |