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

Unified Diff: components/doodle/doodle_fetcher_impl.cc

Issue 2890373002: Policy for network annotation of doodle_fetcher_impl updated. (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/doodle/doodle_fetcher_impl.cc
diff --git a/components/doodle/doodle_fetcher_impl.cc b/components/doodle/doodle_fetcher_impl.cc
index e89539a22be82ffce9781c388d7f220542d82a4c..c673745533efbcb51d37f4188c0e03f3840044dd 100644
--- a/components/doodle/doodle_fetcher_impl.cc
+++ b/components/doodle/doodle_fetcher_impl.cc
@@ -98,9 +98,12 @@ void DoodleFetcherImpl::FetchDoodle(FinishedCallback callback) {
setting:
"Choosing a non-Google search engine in Chromium settings under "
"'Search Engine' will disable this feature."
- policy_exception_justification:
- "Not implemented, considered not useful as it does not upload any "
- "data."
+ chrome_policy {
+ DefaultSearchProviderEnabled {
+ policy_options {mode: MANDATORY}
+ DefaultSearchProviderEnabled: false
+ }
+ }
})");
fetcher_ = URLFetcher::Create(
BuildDoodleURL(GetGoogleBaseUrl(), gray_background_, override_url_),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698