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

Unified Diff: chrome/common/policy_constants.cc

Issue 6174002: Makes the instant url managed by group policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: configuration_policy_pref_store.cc Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/policy_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/policy_constants.cc
diff --git a/chrome/common/policy_constants.cc b/chrome/common/policy_constants.cc
index 8ed89341a1f39e8c27aff5f176c8056395bcd6f7..848b28bde0aa15e54d718a5952389e5614603efa 100644
--- a/chrome/common/policy_constants.cc
+++ b/chrome/common/policy_constants.cc
@@ -27,6 +27,8 @@ const char kDefaultSearchProviderSearchURL[] =
"DefaultSearchProviderSearchURL";
const char kDefaultSearchProviderSuggestURL[] =
"DefaultSearchProviderSuggestURL";
+const char kDefaultSearchProviderInstantURL[] =
+ "DefaultSearchProviderInstantURL";
const char kDefaultSearchProviderIconURL[] =
"DefaultSearchProviderIconURL";
const char kDefaultSearchProviderEncodings[] =
« no previous file with comments | « chrome/common/policy_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698