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

Unified Diff: content/browser/appcache/appcache_internals_ui.h

Issue 1875463002: Remove unused fields from //content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scythe-root
Patch Set: Fixed Ozone build. Created 4 years, 8 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: content/browser/appcache/appcache_internals_ui.h
diff --git a/content/browser/appcache/appcache_internals_ui.h b/content/browser/appcache/appcache_internals_ui.h
index f027287fc980bf63811a69d8f7f67ab580df7343..5fdf4a308c4a402c2b0856935802cbebc8377bfb 100644
--- a/content/browser/appcache/appcache_internals_ui.h
+++ b/content/browser/appcache/appcache_internals_ui.h
@@ -80,7 +80,6 @@ class AppCacheInternalsUI : public WebUIController {
base::WeakPtr<AppCacheInternalsUI> appcache_internals_ui_;
base::WeakPtr<AppCacheServiceImpl> appcache_service_;
ncarter (slow) 2016/04/14 17:37:36 The appcache changes are extensive enough that I t
Łukasz Anforowicz 2016/04/14 19:34:48 Done - https://codereview.chromium.org/1887153002/
- AppCacheStorage* appcache_storage_;
base::FilePath partition_path_;
scoped_refptr<AppCacheStorageReference> disabled_appcache_storage_ref_;
std::list<ResponseEnquiry> response_enquiries_;

Powered by Google App Engine
This is Rietveld 408576698