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

Unified Diff: webkit/appcache/appcache_storage_impl.h

Issue 7031065: AppCache + Quota integration (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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: webkit/appcache/appcache_storage_impl.h
===================================================================
--- webkit/appcache/appcache_storage_impl.h (revision 87543)
+++ webkit/appcache/appcache_storage_impl.h (working copy)
@@ -7,7 +7,6 @@
#include <deque>
#include <map>
-#include <set>
#include <vector>
#include "base/file_path.h"
@@ -151,7 +150,6 @@
// Used to short-circuit certain operations without having to schedule
// any tasks on the background database thread.
- std::set<GURL> origins_with_groups_;
std::deque<Task*> pending_simple_tasks_;
ScopedRunnableMethodFactory<AppCacheStorageImpl> method_factory_;

Powered by Google App Engine
This is Rietveld 408576698