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

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

Issue 2146953002: Rename InstantPage to InstantTab. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@instant-page
Patch Set: Created 4 years, 5 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/ui/search/instant_tab_unittest.cc ('k') | chrome/browser/ui/search/search_tab_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b6ef66ca10cae4ddddd7324e10720efce29b7edd..bc1188ef518c4c8a52f03cdcbe6090470743737b 100644
--- a/chrome/browser/ui/search/search_tab_helper.h
+++ b/chrome/browser/ui/search/search_tab_helper.h
@@ -27,8 +27,8 @@ struct LoadCommittedDetails;
}
class GURL;
-class InstantPageTest;
class InstantService;
+class InstantTabTest;
class OmniboxView;
class Profile;
class SearchIPCRouterTest;
@@ -97,7 +97,7 @@ class SearchTabHelper : public content::WebContentsObserver,
private:
friend class content::WebContentsUserData<SearchTabHelper>;
- friend class InstantPageTest;
+ friend class InstantTabTest;
friend class SearchIPCRouterPolicyTest;
friend class SearchIPCRouterTest;
friend class SearchTabHelperPrerenderTest;
@@ -134,13 +134,13 @@ class SearchTabHelper : public content::WebContentsObserver,
FRIEND_TEST_ALL_PREFIXES(SearchIPCRouterTest,
DoNotSendSetDisplayInstantResultsMsg);
FRIEND_TEST_ALL_PREFIXES(SearchIPCRouterTest, HandleTabChangedEvents);
- FRIEND_TEST_ALL_PREFIXES(InstantPageTest,
+ FRIEND_TEST_ALL_PREFIXES(InstantTabTest,
DetermineIfPageSupportsInstant_Local);
- FRIEND_TEST_ALL_PREFIXES(InstantPageTest,
+ FRIEND_TEST_ALL_PREFIXES(InstantTabTest,
DetermineIfPageSupportsInstant_NonLocal);
- FRIEND_TEST_ALL_PREFIXES(InstantPageTest,
+ FRIEND_TEST_ALL_PREFIXES(InstantTabTest,
PageURLDoesntBelongToInstantRenderer);
- FRIEND_TEST_ALL_PREFIXES(InstantPageTest, PageSupportsInstant);
+ FRIEND_TEST_ALL_PREFIXES(InstantTabTest, PageSupportsInstant);
explicit SearchTabHelper(content::WebContents* web_contents);
« no previous file with comments | « chrome/browser/ui/search/instant_tab_unittest.cc ('k') | chrome/browser/ui/search/search_tab_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698