OSDN Git Service

Update method to take const std::string& argument
authorKristian Monsen <kristianm@google.com>
Fri, 5 Nov 2010 10:45:07 +0000 (10:45 +0000)
committerKristian Monsen <kristianm@google.com>
Fri, 5 Nov 2010 10:49:54 +0000 (10:49 +0000)
commit18b98c9f527349208c3518828e590cf9652d57bd
tree858c2839adafaab59dbb125350c945609d6480e4
parent07017de2da3288f802d8424d61aff826a72f736d
Update method to take const std::string& argument

It's safe to pass this across threads since NewRunnableMethod
copies the argument.

Change-Id: I620ebfe64ead7947ac3a6733507865938e04a8df
WebKit/android/WebCoreSupport/WebRequest.cpp
WebKit/android/WebCoreSupport/WebRequest.h