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

Unified Diff: chrome/browser/autocomplete/builtin_provider.h

Issue 7193003: Revert 89298 - Update BuiltinProvider to provide chrome:// URLs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 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/autocomplete/builtin_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/builtin_provider.h
===================================================================
--- chrome/browser/autocomplete/builtin_provider.h (revision 89298)
+++ chrome/browser/autocomplete/builtin_provider.h (working copy)
@@ -3,7 +3,7 @@
// found in the LICENSE file.
//
// This file contains the autocomplete provider for built-in URLs,
-// such as about:settings and chrome://version.
+// such as about:settings.
//
// For more information on the autocomplete system in general, including how
// the autocomplete controller and autocomplete providers work, see
@@ -17,7 +17,6 @@
#include "base/string16.h"
#include "chrome/browser/autocomplete/autocomplete.h"
-#include "chrome/browser/autocomplete/autocomplete_match.h"
class BuiltinProvider : public AutocompleteProvider {
public:
@@ -28,12 +27,9 @@
virtual void Start(const AutocompleteInput& input, bool minimal_changes);
private:
- typedef std::vector<string16> Builtins;
-
static const int kRelevance;
- void AddMatch(const string16& match_string,
- const ACMatchClassifications& styles);
+ typedef std::vector<string16> Builtins;
Builtins builtins_;
« no previous file with comments | « no previous file | chrome/browser/autocomplete/builtin_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698