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

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

Issue 9289028: Make chrome://omnibox/ be able to report per-provider matches. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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/autocomplete.h
diff --git a/chrome/browser/autocomplete/autocomplete.h b/chrome/browser/autocomplete/autocomplete.h
index 7fedfc655c88a1bdfa012893dd240034968b5c54..e642bf70ebc6637bff6d2c8f1d0fb15d501e92c1 100644
--- a/chrome/browser/autocomplete/autocomplete.h
+++ b/chrome/browser/autocomplete/autocomplete.h
@@ -176,6 +176,7 @@ struct AutocompleteMatch;
class AutocompleteProvider;
class AutocompleteResult;
class KeywordProvider;
+class OmniboxUIHandler;
class Profile;
class SearchProvider;
class TemplateURL;
@@ -735,6 +736,8 @@ class AutocompleteController : public ACProviderListener {
Profile* profile_;
+ friend class OmniboxUIHandler; // to provide access to providers_
Peter Kasting 2012/01/26 00:19:29 Nit: List friends atop the private: section. It m
Mark P 2012/01/26 22:11:59 Okay, created a providers() getter; removed the fr
+
DISALLOW_COPY_AND_ASSIGN(AutocompleteController);
};
« no previous file with comments | « no previous file | chrome/browser/resources/omnibox/omnibox.html » ('j') | chrome/browser/resources/omnibox/omnibox.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698