Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(115)

Unified Diff: chrome/browser/net/chrome_cookie_policy.h

Issue 3299020: Remove vestigial cookie/web app permissions prompting UI now that the async U... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698