Index: content/browser/content_browser_client.h |
=================================================================== |
--- content/browser/content_browser_client.h (revision 98152) |
+++ content/browser/content_browser_client.h (working copy) |
@@ -292,6 +292,11 @@ |
virtual int GetCrashSignalFD(const std::string& process_type) = 0; |
#endif |
+#if defined(OS_WIN) |
+ // Returns the name of the dll that contains cursors and other resources. |
+ virtual const wchar_t* GetResourceDllName() = 0; |
+#endif |
+ |
#if defined(USE_NSS) |
// Return a delegate to authenticate and unlock |module|. |
// This is called on a worker thread. |