| 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 04a11986b4efce7052049284eb852a8c68f1b56d..516c1c64c8fc631a5255e1a947c9b1c38dbc8cac 100644
|
| --- a/content/browser/tab_contents/tab_contents.cc
|
| +++ b/content/browser/tab_contents/tab_contents.cc
|
| @@ -966,7 +966,9 @@ void TabContents::OnDidFailProvisionalLoadWithError(
|
|
|
| void TabContents::OnDidLoadResourceFromMemoryCache(
|
| const GURL& url,
|
| - const std::string& security_info) {
|
| + const std::string& security_info,
|
| + const std::string& http_method,
|
| + ResourceType::Type resource_type) {
|
| base::StatsCounter cache("WebKit.CacheHit");
|
| cache.Increment();
|
|
|
|
|