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

Unified Diff: chrome/browser/ui/search/search_tab_helper.h

Issue 2086223002: Convert instant search messages to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 4 years, 2 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/ui/search/search_tab_helper.h
diff --git a/chrome/browser/ui/search/search_tab_helper.h b/chrome/browser/ui/search/search_tab_helper.h
index 31b363c0b52513e6759dec5236f11013a68a1e27..f55d78f5f37050c0fc808725ebb953281fc4ef70 100644
--- a/chrome/browser/ui/search/search_tab_helper.h
+++ b/chrome/browser/ui/search/search_tab_helper.h
@@ -88,6 +88,9 @@ class SearchTabHelper : public content::WebContentsObserver,
void set_delegate(SearchTabHelperDelegate* delegate) { delegate_ = delegate; }
+ // Used by unit tests.
+ SearchIPCRouter& ipc_router() { return ipc_router_; }
Marc Treib 2016/10/13 09:04:50 If this has to stay public, could you rename it to
tibell 2016/10/13 23:29:44 Done.
+
private:
friend class content::WebContentsUserData<SearchTabHelper>;
friend class InstantTabTest;
@@ -172,9 +175,6 @@ class SearchTabHelper : public content::WebContentsObserver,
// received.
void DetermineIfPageSupportsInstant();
- // Used by unit tests.
- SearchIPCRouter& ipc_router() { return ipc_router_; }
-
Profile* profile() const;
// Returns whether input is in progress, i.e. if the omnibox has focus and the

Powered by Google App Engine
This is Rietveld 408576698