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

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

Issue 14497003: Moves TabNavigation into components/sessions and renames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Really remove webkit_support 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
« no previous file with comments | « chrome/browser/jumplist_win.cc ('k') | chrome/browser/search/search.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/search/search.h
diff --git a/chrome/browser/search/search.h b/chrome/browser/search/search.h
index 877b0bb175bb8db5a071d27d15f22b185a7f27a3..dc960609a04aef591f71d5c8567ca582e682ca2a 100644
--- a/chrome/browser/search/search.h
+++ b/chrome/browser/search/search.h
@@ -25,11 +25,6 @@ class WebContents;
namespace chrome {
-// The key used to store search terms data in the NavigationEntry to be later
-// displayed in the omnibox. With the context of the user's exact query,
-// InstantController sets the correct search terms to be displayed.
-extern const char kInstantExtendedSearchTermsKey[];
-
// Use this value for "start margin" to prevent the "es_sm" parameter from
// being used.
extern const int kDisableStartMargin;
« no previous file with comments | « chrome/browser/jumplist_win.cc ('k') | chrome/browser/search/search.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698