| Index: content/browser/tab_contents/tab_contents.h
|
| diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h
|
| index a2eb522a89f17d7982d6076b33343acc19a7031c..e1f4133ea8743b208d78ba4b0aa12539042a915e 100644
|
| --- a/content/browser/tab_contents/tab_contents.h
|
| +++ b/content/browser/tab_contents/tab_contents.h
|
| @@ -551,7 +551,8 @@ class TabContents : public PageNavigator,
|
| const GURL& url,
|
| bool showing_repost_interstitial);
|
| void OnDidLoadResourceFromMemoryCache(const GURL& url,
|
| - const std::string& security_info);
|
| + const std::string& security_info,
|
| + const std::string& http_request);
|
| void OnDidDisplayInsecureContent();
|
| void OnDidRunInsecureContent(const std::string& security_origin,
|
| const GURL& target_url);
|
|
|