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

Unified Diff: components/search_engines/search_engines_switches.cc

Issue 1477783004: Add a preference to control Windows desktop search redirection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile error. 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
« no previous file with comments | « components/search_engines/search_engines_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/search_engines_switches.cc
diff --git a/components/search_engines/search_engines_switches.cc b/components/search_engines/search_engines_switches.cc
index f15afa7a0261908411118f2bccc97f3325fab517..190662c08f52d18a002d98de9cea2074f49e50a4 100644
--- a/components/search_engines/search_engines_switches.cc
+++ b/components/search_engines/search_engines_switches.cc
@@ -10,10 +10,4 @@ namespace switches {
// testing.
const char kExtraSearchQueryParams[] = "extra-search-query-params";
-#if defined(OS_WIN)
-// Use the default search provider for desktop search.
-const char kUseDefaultSearchProviderForDesktopSearch[] =
- "use-default-search-provider-for-desktop-search";
-#endif // defined(OS_WIN)
-
} // namespace switches
« no previous file with comments | « components/search_engines/search_engines_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698