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

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

Issue 13905008: Merge local_omnibox_popup into local_ntp. Render the Google logo and fakebox if Google is the sear… (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Address Samarth's comments. Created 7 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
Index: chrome/browser/ui/search/instant_page.h
diff --git a/chrome/browser/ui/search/instant_page.h b/chrome/browser/ui/search/instant_page.h
index 3bb7270e5093848b7a3704dcb973adbac7b98178..93c9cc8a9b7fc174ba368e85d9dd71d5467dce9c 100644
--- a/chrome/browser/ui/search/instant_page.h
+++ b/chrome/browser/ui/search/instant_page.h
@@ -108,11 +108,7 @@ class InstantPage : public content::WebContentsObserver {
// Returns true if the page is the local NTP (i.e. its URL is
// chrome::kChromeSearchLocalNTPURL).
- bool IsLocalNTP() const;
-
- // Returns true if the page is the local overlay (i.e. its URL is
- // chrome::kChromeSearchLocalOmniboxPopupURL).
- bool IsLocalOverlay() const;
+ bool IsLocal() const;
// Tells the page that the user typed |text| into the omnibox. If |verbatim|
// is false, the page predicts the query the user means to type and fetches

Powered by Google App Engine
This is Rietveld 408576698