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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_util.h

Issue 6151010: Remove the unused enlarge. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 | « no previous file | chrome/browser/safe_browsing/safe_browsing_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/safe_browsing_util.h
===================================================================
--- chrome/browser/safe_browsing/safe_browsing_util.h (revision 71380)
+++ chrome/browser/safe_browsing/safe_browsing_util.h (working copy)
@@ -157,10 +157,6 @@
int chunk_id() const { return data_.chunk_id; }
int prefix_count() const { return data_.prefix_count; }
- // Returns a new entry that is larger by the given number of prefixes, with
- // all the existing data already copied over. The old entry is destroyed.
- SBEntry* Enlarge(int extra_prefixes);
-
// Returns true if this is a prefix as opposed to a full hash.
bool IsPrefix() const {
return type() == ADD_PREFIX || type() == SUB_PREFIX;
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/safe_browsing_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698