| Index: chrome/browser/ui/webui/ntp/favicon_webui_handler.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/ntp/favicon_webui_handler.h (revision 96479)
|
| +++ chrome/browser/ui/webui/ntp/favicon_webui_handler.h (working copy)
|
| @@ -41,6 +41,10 @@
|
| // database doesn't have a favicon for a webpage.
|
| scoped_refptr<RefCountedMemory> default_favicon_;
|
|
|
| + // A mapping of favicon ID to callback names for requests that are
|
| + // in-progress.
|
| + std::map<int, std::string> callbacks_map_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(FaviconWebUIHandler);
|
| };
|
|
|
|
|