Roll Web Page Replay to 489 in order to pick up a fix which handles multiple http response headers with the same name.
Before this fix, Web Page Replay is unable to handle multiple headers with the same name in a http response properly, such as multiple "Set-Cookie" headers. As a result, it is unable to login to Gmail and some other websites when we are simulating the network via Web Page Replay.
BUG=
TEST= Ran perf.PageCyclerNetSimTest and perf.PopularSitesScrollTest
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/10808117
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148342 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/DEPS b/DEPS
index 004e1627..fc9fa044 100644
--- a/DEPS
+++ b/DEPS
@@ -336,7 +336,7 @@
"/trunk/tools/deps2git@139377",
"src/third_party/webpagereplay":
- (Var("googlecode_url") % "web-page-replay") + "/trunk@482",
+ (Var("googlecode_url") % "web-page-replay") + "/trunk@489",
}