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

Side by Side Diff: chrome/common/chrome_switches.cc

Issue 393173002: Moves some functions in search.h to components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gn Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/common/chrome_switches.h" 5 #include "chrome/common/chrome_switches.h"
6 6
7 #include "base/base_switches.h" 7 #include "base/base_switches.h"
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 9
10 namespace switches { 10 namespace switches {
(...skipping 1284 matching lines...) Expand 10 before | Expand all | Expand 10 after
1295 "enable-zero-suggest-most-visited"; 1295 "enable-zero-suggest-most-visited";
1296 1296
1297 // Enables zero suggest functionality on Dev channel, showing recently typed 1297 // Enables zero suggest functionality on Dev channel, showing recently typed
1298 // queries as default suggestions. 1298 // queries as default suggestions.
1299 const char kEnableZeroSuggestPersonalized[] = 1299 const char kEnableZeroSuggestPersonalized[] =
1300 "enable-zero-suggest-personalized"; 1300 "enable-zero-suggest-personalized";
1301 1301
1302 // Enables instant search clicks feature. 1302 // Enables instant search clicks feature.
1303 const char kEnableInstantSearchClicks[] = "enable-instant-search-clicks"; 1303 const char kEnableInstantSearchClicks[] = "enable-instant-search-clicks";
1304 1304
1305 // Enables EmbeddedSearch API in the search results page.
1306 const char kEnableEmbeddedSearchAPI[] = "enable-embeddedsearch-api";
1307
1308 #endif 1305 #endif
1309 1306
1310 #if defined(USE_ASH) 1307 #if defined(USE_ASH)
1311 const char kOpenAsh[] = "open-ash"; 1308 const char kOpenAsh[] = "open-ash";
1312 #endif 1309 #endif
1313 1310
1314 #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_CHROMEOS) 1311 #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_CHROMEOS)
1315 // Specifies which password store to use (detect, default, gnome, kwallet). 1312 // Specifies which password store to use (detect, default, gnome, kwallet).
1316 const char kPasswordStore[] = "password-store"; 1313 const char kPasswordStore[] = "password-store";
1317 #endif 1314 #endif
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
1407 1404
1408 // ----------------------------------------------------------------------------- 1405 // -----------------------------------------------------------------------------
1409 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1406 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1410 // 1407 //
1411 // You were going to just dump your switches here, weren't you? Instead, please 1408 // You were going to just dump your switches here, weren't you? Instead, please
1412 // put them in alphabetical order above, or in order inside the appropriate 1409 // put them in alphabetical order above, or in order inside the appropriate
1413 // ifdef at the bottom. The order should match the header. 1410 // ifdef at the bottom. The order should match the header.
1414 // ----------------------------------------------------------------------------- 1411 // -----------------------------------------------------------------------------
1415 1412
1416 } // namespace switches 1413 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | components/BUILD.gn » ('j') | components/components.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698