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

Unified Diff: components/omnibox/browser/autocomplete_controller.h

Issue 2801813003: Omnibox - ClipboardRecentContent - Make Proper Singleton (Closed)
Patch Set: fix iOS Created 3 years, 8 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 | components/omnibox/browser/autocomplete_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/browser/autocomplete_controller.h
diff --git a/components/omnibox/browser/autocomplete_controller.h b/components/omnibox/browser/autocomplete_controller.h
index 478e72e4bd39c9f7332a0c646364b4208cb4a058..c35072a654e8057ec7605f66aac398dba1484d13 100644
--- a/components/omnibox/browser/autocomplete_controller.h
+++ b/components/omnibox/browser/autocomplete_controller.h
@@ -21,7 +21,6 @@
#include "components/omnibox/browser/autocomplete_result.h"
class AutocompleteControllerDelegate;
-class ClipboardRecentContent;
class HistoryURLProvider;
class KeywordProvider;
class SearchProvider;
@@ -209,9 +208,6 @@ class AutocompleteController : public AutocompleteProviderListener {
ZeroSuggestProvider* zero_suggest_provider_;
- // Used to build the ClipboardURLProvider.
- std::unique_ptr<ClipboardRecentContent> clipboard_recent_content_;
-
// Input passed to Start.
AutocompleteInput input_;
« no previous file with comments | « no previous file | components/omnibox/browser/autocomplete_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698