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

Unified Diff: chrome/browser/ui/app_list/search_builder.h

Issue 10909130: autocomplete: Add AutocompleteProvider::Type enum. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add !! for windows 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
« no previous file with comments | « chrome/browser/metrics/metrics_log.cc ('k') | chrome/browser/ui/app_list/search_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/search_builder.h
diff --git a/chrome/browser/ui/app_list/search_builder.h b/chrome/browser/ui/app_list/search_builder.h
index f5f2d26d91eff08262143764fbc305afc64cef2a..314cc286938a4aea24039bf43258aa58517dc3bc 100644
--- a/chrome/browser/ui/app_list/search_builder.h
+++ b/chrome/browser/ui/app_list/search_builder.h
@@ -19,7 +19,6 @@ class SearchResult;
class AppListController;
class AutocompleteController;
class AutocompleteResult;
-class ExtensionAppProvider;
class Profile;
// SearchBuilder creates app list search results via AutoCompleteController.
@@ -63,10 +62,6 @@ class SearchBuilder : public AutocompleteControllerDelegate {
// The controller of the app list. Owned by the app list delegate.
AppListController* list_controller_;
- // ExtensionAppProvider used for apps only mode. If apps only mode becomes the
- // only mode, remove the AutocompleteController above. Otherwise, remove this.
- scoped_refptr<ExtensionAppProvider> apps_provider_;
-
DISALLOW_COPY_AND_ASSIGN(SearchBuilder);
};
« no previous file with comments | « chrome/browser/metrics/metrics_log.cc ('k') | chrome/browser/ui/app_list/search_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698