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

Unified Diff: chrome/browser/autocomplete/history_contents_provider.cc

Issue 10909130: autocomplete: Add AutocompleteProvider::Type enum. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more indentation changes Created 8 years, 3 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
Index: chrome/browser/autocomplete/history_contents_provider.cc
diff --git a/chrome/browser/autocomplete/history_contents_provider.cc b/chrome/browser/autocomplete/history_contents_provider.cc
index 49fdbf44f94fd5fbaa062d22acd0ba9f76a07e89..1c15921ae00a21da41dab3215af243734ee1543e 100644
--- a/chrome/browser/autocomplete/history_contents_provider.cc
+++ b/chrome/browser/autocomplete/history_contents_provider.cc
@@ -51,7 +51,8 @@ HistoryContentsProvider::HistoryContentsProvider(
AutocompleteProviderListener* listener,
Profile* profile,
bool body_only)
- : HistoryProvider(listener, profile, "HistoryContents"),
+ : HistoryProvider(listener, profile,
+ AutocompleteProvider::TYPE_HISTORY_CONTENTS),
star_title_count_(0),
star_contents_count_(0),
title_count_(0),

Powered by Google App Engine
This is Rietveld 408576698