| Index: content/browser/tab_contents/tab_contents.cc
|
| diff --git a/content/browser/tab_contents/tab_contents.cc b/content/browser/tab_contents/tab_contents.cc
|
| index fe1abaf1a800cb3d311e5a973c78a6823936cf1c..60d67475e76c2b8e9d6b86818d365214efba0de8 100644
|
| --- a/content/browser/tab_contents/tab_contents.cc
|
| +++ b/content/browser/tab_contents/tab_contents.cc
|
| @@ -966,7 +966,8 @@ void TabContents::OnDidFailProvisionalLoadWithError(
|
|
|
| void TabContents::OnDidLoadResourceFromMemoryCache(
|
| const GURL& url,
|
| - const std::string& security_info) {
|
| + const std::string& security_info,
|
| + const std::string& http_method) {
|
| base::StatsCounter cache("WebKit.CacheHit");
|
| cache.Increment();
|
|
|
|
|