| Index: chrome/browser/chrome_content_browser_client.h
|
| ===================================================================
|
| --- chrome/browser/chrome_content_browser_client.h (revision 98152)
|
| +++ chrome/browser/chrome_content_browser_client.h (working copy)
|
| @@ -120,6 +120,9 @@
|
| // Can return an optional fd for crash handling, otherwise returns -1.
|
| virtual int GetCrashSignalFD(const std::string& process_type) OVERRIDE;
|
| #endif
|
| +#if defined(OS_WIN)
|
| + virtual const wchar_t* GetResourceDllName() OVERRIDE;
|
| +#endif
|
| #if defined(USE_NSS)
|
| virtual
|
| crypto::CryptoModuleBlockingPasswordDelegate* GetCryptoPasswordDelegate(
|
|
|