Commit f334ee7b authored by Sorin Jianu's avatar Sorin Jianu Committed by Commit Bot

Rename interactivity headers in the extensions updater.

The header names have been changed, we need to make a string substitution t
o update them:

X-GoogleUpdate-Interactivity -> X-Goog-Update-Interactivity
X-GoogleUpdate-AppId         -> X-Goog-Update-AppId
X-GoogleUpdate-Updater       -> X-Goog-Update-Updater


Bug: 647516
Change-Id: I147ca276837ece5e9e8c28aa3a871b5ac5cae3b5
Reviewed-on: https://chromium-review.googlesource.com/959555Reviewed-by: default avatarDevlin <rdevlin.cronin@chromium.org>
Commit-Queue: Sorin Jianu <sorin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#542829}
parent a0739626
...@@ -157,10 +157,10 @@ bool IncrementAuthUserIndex(GURL* url) { ...@@ -157,10 +157,10 @@ bool IncrementAuthUserIndex(GURL* url) {
} // namespace } // namespace
const char ExtensionDownloader::kUpdateInteractivityHeader[] = const char ExtensionDownloader::kUpdateInteractivityHeader[] =
"X-GoogleUpdate-Interactivity"; "X-Goog-Update-Interactivity";
const char ExtensionDownloader::kUpdateAppIdHeader[] = "X-GoogleUpdate-AppId"; const char ExtensionDownloader::kUpdateAppIdHeader[] = "X-Goog-Update-AppId";
const char ExtensionDownloader::kUpdateUpdaterHeader[] = const char ExtensionDownloader::kUpdateUpdaterHeader[] =
"X-GoogleUpdate-Updater"; "X-Goog-Update-Updater";
const char ExtensionDownloader::kUpdateInteractivityForeground[] = "fg"; const char ExtensionDownloader::kUpdateInteractivityForeground[] = "fg";
const char ExtensionDownloader::kUpdateInteractivityBackground[] = "bg"; const char ExtensionDownloader::kUpdateInteractivityBackground[] = "bg";
......
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