Index: chrome/browser/autocomplete/autocomplete.h |
=================================================================== |
--- chrome/browser/autocomplete/autocomplete.h (revision 17014) |
+++ chrome/browser/autocomplete/autocomplete.h (working copy) |
@@ -532,6 +532,10 @@ |
static size_t max_matches() { return max_matches_; } |
protected: |
+ // Trims "http:" and up to two subsequent slashes from |url|. Returns the |
+ // number of characters that were trimmed. |
+ static size_t TrimHttpPrefix(std::wstring* url); |
+ |
// Updates the starred state of each of the matches in matches_ from the |
// profile's bookmark bar model. |
void UpdateStarredStateOfMatches(); |