Commit 944eab08 authored by alito's avatar alito Committed by Commit Bot

Remove "updatecheck" tag when fetching default settings.

The "updatecheck" tag is unnecessary when we want to fetch default
settings. Additionally its presence causes the servers to infer that
Chrome needs to be updated.

BUG=727829
TBR=vasilii@chromium.org

Review-Url: https://codereview.chromium.org/2908073006
Cr-Commit-Position: refs/heads/master@{#475849}
parent 094aff3a
...@@ -30,7 +30,6 @@ const char kPostXml[] = ...@@ -30,7 +30,6 @@ const char kPostXml[] =
" appid=\"{8A69D345-D564-463C-AFF1-A69D9E530F96}\"\n" " appid=\"{8A69D345-D564-463C-AFF1-A69D9E530F96}\"\n"
" version=\"0.0.0.0\"\n" " version=\"0.0.0.0\"\n"
" >\n" " >\n"
" <updatecheck />\n"
" <data name=\"install\" " " <data name=\"install\" "
"index=\"__BRANDCODE_PLACEHOLDER__\" />\n" "index=\"__BRANDCODE_PLACEHOLDER__\" />\n"
" </app>\n" " </app>\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment