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

Unified Diff: media/blink/url_index.h

Issue 1575763002: Make `content` target build without unused data members on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@use_disallow_copy_assign_linux_only
Patch Set: fix unit test Created 4 years, 11 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 | « content/renderer/websharedworker_proxy.cc ('k') | mojo/runner/host/child_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/url_index.h
diff --git a/media/blink/url_index.h b/media/blink/url_index.h
index 43d4e62c56ebd480170370baf0dfdda8b6f25cb4..be96858825b964904f5d8bd0ba24228c2970aef2 100644
--- a/media/blink/url_index.h
+++ b/media/blink/url_index.h
@@ -231,7 +231,6 @@ class MEDIA_BLINK_EXPORT UrlIndex {
std::map<UrlData::KeyType, scoped_refptr<UrlData>> by_url_;
blink::WebFrame* frame_;
scoped_refptr<MultiBuffer::GlobalLRU> lru_;
- bool prune_cb_active_;
// log2 of block size in multibuffer cache. Defaults to kBlockSizeShift.
// Currently only changed for testing purposes.
« no previous file with comments | « content/renderer/websharedworker_proxy.cc ('k') | mojo/runner/host/child_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698