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

Unified Diff: trunk/src/cc/resources/resource_update_controller_unittest.cc

Issue 13316003: Revert 191364 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 9 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 | « trunk/src/cc/resources/resource_provider_unittest.cc ('k') | trunk/src/cc/resources/scoped_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/cc/resources/resource_update_controller_unittest.cc
===================================================================
--- trunk/src/cc/resources/resource_update_controller_unittest.cc (revision 191370)
+++ trunk/src/cc/resources/resource_update_controller_unittest.cc (working copy)
@@ -72,7 +72,6 @@
: proxy_(scoped_ptr<Thread>(NULL)),
queue_(make_scoped_ptr(new ResourceUpdateQueue)),
resource_manager_(PrioritizedResourceManager::Create(&proxy_)),
- query_results_available_(0),
full_upload_count_expected_(0),
partial_count_expected_(0),
total_upload_count_expected_(0),
@@ -80,7 +79,8 @@
num_consecutive_flushes_(0),
num_dangling_uploads_(0),
num_total_uploads_(0),
- num_total_flushes_(0) {}
+ num_total_flushes_(0),
+ query_results_available_(0) {}
virtual ~ResourceUpdateControllerTest() {
DebugScopedSetImplThreadAndMainThreadBlocked
« no previous file with comments | « trunk/src/cc/resources/resource_provider_unittest.cc ('k') | trunk/src/cc/resources/scoped_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698