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

Unified Diff: chrome/browser/prerender/prerender_resource_throttle.h

Issue 9433059: Coverity: Fix uninitialized member variables. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 | « chrome/browser/intents/cws_intents_registry.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prerender/prerender_resource_throttle.h
diff --git a/chrome/browser/prerender/prerender_resource_throttle.h b/chrome/browser/prerender/prerender_resource_throttle.h
index e6fc3ae6d8bdf1461b9c79744a2f9bc3ef386956..f21ab70ec2de28933c879cdbfaccd1468b2f5081 100644
--- a/chrome/browser/prerender/prerender_resource_throttle.h
+++ b/chrome/browser/prerender/prerender_resource_throttle.h
@@ -39,7 +39,6 @@ class PrerenderResourceThrottle
const net::URLRequest* request_;
int child_id_;
int route_id_;
- int request_id_;
DISALLOW_COPY_AND_ASSIGN(PrerenderResourceThrottle);
};
« no previous file with comments | « chrome/browser/intents/cws_intents_registry.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698