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

Unified Diff: chrome/browser/extensions/extension_data_deleter.h

Issue 2860012: Revert 50296 (Causes DCHECK failures) - Make CookieMonster NonThreadSafe.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 6 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/extensions/extension_data_deleter.h
===================================================================
--- chrome/browser/extensions/extension_data_deleter.h (revision 50356)
+++ chrome/browser/extensions/extension_data_deleter.h (working copy)
@@ -33,10 +33,6 @@
void StartDeleting();
private:
- // Deletes the cookies for the extension. May only be called on the io
- // thread.
- void DeleteCookiesOnIOThread();
-
// Deletes the database for the extension. May only be called on the file
// thread.
void DeleteDatabaseOnFileThread();
« no previous file with comments | « chrome/browser/extensions/extension_cookies_helpers.cc ('k') | chrome/browser/extensions/extension_data_deleter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698