| Index: chrome/browser/download/chrome_download_manager_delegate.h
|
| diff --git a/chrome/browser/download/chrome_download_manager_delegate.h b/chrome/browser/download/chrome_download_manager_delegate.h
|
| index ff89300e398a45b02c4f07b1645a180c5c14673c..21b3f93fe4537a5ba7253bb0b14b55351966452f 100644
|
| --- a/chrome/browser/download/chrome_download_manager_delegate.h
|
| +++ b/chrome/browser/download/chrome_download_manager_delegate.h
|
| @@ -34,17 +34,6 @@ namespace user_prefs {
|
| class PrefRegistrySyncable;
|
| }
|
|
|
| -#if defined(COMPILER_GCC) && defined(ENABLE_EXTENSIONS)
|
| -namespace BASE_HASH_NAMESPACE {
|
| -template<>
|
| -struct hash<extensions::CrxInstaller*> {
|
| - std::size_t operator()(extensions::CrxInstaller* const& p) const {
|
| - return reinterpret_cast<std::size_t>(p);
|
| - }
|
| -};
|
| -} // namespace BASE_HASH_NAMESPACE
|
| -#endif
|
| -
|
| // This is the Chrome side helper for the download system.
|
| class ChromeDownloadManagerDelegate
|
| : public content::DownloadManagerDelegate,
|
|
|