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

Unified Diff: chrome/browser/appcache/chrome_appcache_service.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/appcache/chrome_appcache_service.h
===================================================================
--- chrome/browser/appcache/chrome_appcache_service.h (revision 59533)
+++ chrome/browser/appcache/chrome_appcache_service.h (working copy)
@@ -48,8 +48,6 @@
friend class ChromeThread;
friend class DeleteTask<ChromeAppCacheService>;
- class PromptDelegate;
-
virtual ~ChromeAppCacheService();
// AppCachePolicy overrides
@@ -57,13 +55,6 @@
virtual int CanCreateAppCache(const GURL& manifest_url,
net::CompletionCallback* callback);
- // The DoPrompt and DidPrrompt methods are called on the UI thread, and
- // the following CallCallback method is called on the IO thread.
- void DoPrompt(const GURL& manifest_url, net::CompletionCallback* callback);
- void DidPrompt(int rv, const GURL& manifest_url,
- net::CompletionCallback* callback);
- void CallCallback(int rv, net::CompletionCallback* callback);
-
// NotificationObserver override
virtual void Observe(NotificationType type,
const NotificationSource& source,

Powered by Google App Engine
This is Rietveld 408576698