| Index: chrome/browser/net/chrome_cookie_policy.h
|
| ===================================================================
|
| --- chrome/browser/net/chrome_cookie_policy.h (revision 59533)
|
| +++ chrome/browser/net/chrome_cookie_policy.h (working copy)
|
| @@ -38,9 +38,6 @@
|
| net::CompletionCallback* callback);
|
|
|
| private:
|
| - class PromptDelegate;
|
| - friend class PromptDelegate;
|
| -
|
| class Completion {
|
| public:
|
| static Completion ForSetCookie(net::CompletionCallback* callback) {
|
| @@ -67,8 +64,6 @@
|
| typedef std::map<std::string, Completions> HostCompletionsMap;
|
|
|
| int CheckPolicy(const GURL& url) const;
|
| - void PromptForSetCookie(const GURL& url, const std::string& cookie_line);
|
| - void DidPromptForSetCookie(const std::string& host, int result);
|
|
|
| // A map from hostname to callbacks awaiting a cookie policy response.
|
| // This map is only accessed on the IO thread.
|
|
|