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

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

Issue 11552020: Add search_terms_replacement_key field to TemplateURL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments now describe a simpler behavior for the parameter. Created 7 years, 11 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
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/data/policy/policy_test_cases.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 #include "base/basictypes.h" 7 #include "base/basictypes.h"
8 8
9 namespace prefs { 9 namespace prefs {
10 10
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 const char kDefaultSearchProviderID[] = "default_search_provider.id"; 419 const char kDefaultSearchProviderID[] = "default_search_provider.id";
420 420
421 // The prepopulate id of the default search provider. 421 // The prepopulate id of the default search provider.
422 const char kDefaultSearchProviderPrepopulateID[] = 422 const char kDefaultSearchProviderPrepopulateID[] =
423 "default_search_provider.prepopulate_id"; 423 "default_search_provider.prepopulate_id";
424 424
425 // The alternate urls of the default search provider. 425 // The alternate urls of the default search provider.
426 const char kDefaultSearchProviderAlternateURLs[] = 426 const char kDefaultSearchProviderAlternateURLs[] =
427 "default_search_provider.alternate_urls"; 427 "default_search_provider.alternate_urls";
428 428
429 // Search term placement query parameter for the default search provider.
430 const char kDefaultSearchProviderSearchTermsReplacementKey[] =
431 "default_search_provider.search_terms_replacement_key";
432
429 // The dictionary key used when the default search providers are given 433 // The dictionary key used when the default search providers are given
430 // in the preferences file. Normally they are copied from the master 434 // in the preferences file. Normally they are copied from the master
431 // preferences file. 435 // preferences file.
432 const char kSearchProviderOverrides[] = "search_provider_overrides"; 436 const char kSearchProviderOverrides[] = "search_provider_overrides";
433 // The format version for the dictionary above. 437 // The format version for the dictionary above.
434 const char kSearchProviderOverridesVersion[] = 438 const char kSearchProviderOverridesVersion[] =
435 "search_provider_overrides_version"; 439 "search_provider_overrides_version";
436 440
437 // Boolean which specifies whether we should ask the user if we should download 441 // Boolean which specifies whether we should ask the user if we should download
438 // a file (true) or just download it automatically. 442 // a file (true) or just download it automatically.
(...skipping 1769 matching lines...) Expand 10 before | Expand all | Expand 10 after
2208 const char kLastPolicyStatisticsUpdate[] = "policy.last_statistics_update"; 2212 const char kLastPolicyStatisticsUpdate[] = "policy.last_statistics_update";
2209 2213
2210 #if defined(OS_CHROMEOS) 2214 #if defined(OS_CHROMEOS)
2211 // The RLZ brand code, if enabled. 2215 // The RLZ brand code, if enabled.
2212 const char kRLZBrand[] = "rlz.brand"; 2216 const char kRLZBrand[] = "rlz.brand";
2213 // Whether RLZ pings are disabled. 2217 // Whether RLZ pings are disabled.
2214 const char kRLZDisabled[] = "rlz.disabled"; 2218 const char kRLZDisabled[] = "rlz.disabled";
2215 #endif 2219 #endif
2216 2220
2217 } // namespace prefs 2221 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/data/policy/policy_test_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698