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

Unified Diff: chrome/browser/search/instant_service.h

Issue 1543203002: Remove a variety of no-longer-used query params. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/search/instant_service.h
diff --git a/chrome/browser/search/instant_service.h b/chrome/browser/search/instant_service.h
index 9221aaf7a77100c3526d12422c9213635089b290..ad6cbe93c94e89126daa38774fd144445d8ebbc2 100644
--- a/chrome/browser/search/instant_service.h
+++ b/chrome/browser/search/instant_service.h
@@ -86,16 +86,10 @@ class InstantService : public KeyedService,
// Sends the current set of search URLs to a renderer process.
void SendSearchURLsToRenderer(content::RenderProcessHost* rph);
- // Invoked to notify the Instant page that the omnibox start margin has
- // changed.
- void OnOmniboxStartMarginChanged(int start_margin);
-
InstantSearchPrerenderer* instant_search_prerenderer() {
return instant_prerenderer_.get();
}
- int omnibox_start_margin() const { return omnibox_start_margin_; }
-
private:
friend class InstantExtendedTest;
friend class InstantServiceTest;
@@ -168,10 +162,6 @@ class InstantService : public KeyedService,
// Theme-related data for NTP overlay to adopt themes.
scoped_ptr<ThemeBackgroundInfo> theme_info_;
- // The start-edge margin of the omnibox, used by the Instant page to align
- // text or assets properly with the omnibox.
- int omnibox_start_margin_;
-
base::ObserverList<InstantServiceObserver> observers_;
content::NotificationRegistrar registrar_;

Powered by Google App Engine
This is Rietveld 408576698