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

Unified Diff: chrome/renderer/net/predictor_queue.h

Issue 6674006: Coverity Fixlets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit squash. Created 9 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 | « chrome/browser/sessions/session_backend.cc ('k') | chrome/renderer/net/predictor_queue.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/net/predictor_queue.h
diff --git a/chrome/renderer/net/predictor_queue.h b/chrome/renderer/net/predictor_queue.h
index 9e39d4777a140b2d80c20f38352ad0a187dadae3..dc6fb90bd331d2c5c5d44090c29c422c34c4fcc6 100644
--- a/chrome/renderer/net/predictor_queue.h
+++ b/chrome/renderer/net/predictor_queue.h
@@ -48,11 +48,7 @@ class DnsQueue {
~DnsQueue(void);
size_t Size() const { return size_; }
- void Clear() {
- size_ = 0;
- readable_ = writeable_;
- Validate();
- }
+ void Clear();
// Push takes an unterminated string of the given length
// and inserts it into the queue for later
« no previous file with comments | « chrome/browser/sessions/session_backend.cc ('k') | chrome/renderer/net/predictor_queue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698