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

Unified Diff: net/http/infinite_cache.h

Issue 10986034: Track ga.js through the cache. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Ditch field trials stuff. Created 8 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
« no previous file with comments | « no previous file | net/http/infinite_cache.cc » ('j') | net/http/infinite_cache.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/infinite_cache.h
diff --git a/net/http/infinite_cache.h b/net/http/infinite_cache.h
index 1d06fbbd790690217c0927a6f191689ca83e6ac6..19e78e9e34d917a3f91e4ead8e827a9b0b1f34a7 100644
--- a/net/http/infinite_cache.h
+++ b/net/http/infinite_cache.h
@@ -63,7 +63,6 @@ class NET_EXPORT_PRIVATE InfiniteCacheTransaction {
base::WeakPtr<InfiniteCache> cache_;
scoped_ptr<ResourceData> resource_data_;
- bool must_doom_entry_;
DISALLOW_COPY_AND_ASSIGN(InfiniteCacheTransaction);
};
« no previous file with comments | « no previous file | net/http/infinite_cache.cc » ('j') | net/http/infinite_cache.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698