| Index: chrome/browser/safe_browsing/protocol_manager.h
|
| ===================================================================
|
| --- chrome/browser/safe_browsing/protocol_manager.h (revision 31093)
|
| +++ chrome/browser/safe_browsing/protocol_manager.h (working copy)
|
| @@ -49,6 +49,7 @@
|
|
|
| public:
|
| SafeBrowsingProtocolManager(SafeBrowsingService* sb_service,
|
| + const std::string& client_name,
|
| const std::string& client_key,
|
| const std::string& wrapped_key);
|
| ~SafeBrowsingProtocolManager();
|
| @@ -232,6 +233,9 @@
|
| // Track outstanding malware report fetchers for clean up.
|
| std::set<const URLFetcher*> malware_reports_;
|
|
|
| + // The safe browsing client name sent in each request.
|
| + std::string client_name_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(SafeBrowsingProtocolManager);
|
| };
|
|
|
|
|