| 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..8c4d5faca535fd116065a79e3876e33f97fa4650 100644
|
| --- a/content/browser/tab_contents/tab_contents.h
|
| +++ b/content/browser/tab_contents/tab_contents.h
|
| @@ -30,6 +30,7 @@
|
| #include "content/common/renderer_preferences.h"
|
| #include "net/base/load_states.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| +#include "webkit/glue/resource_type.h"
|
|
|
| #if defined(OS_WIN)
|
| #include "base/win/scoped_handle.h"
|
| @@ -551,7 +552,9 @@ 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,
|
| + ResourceType::Type resource_type);
|
| void OnDidDisplayInsecureContent();
|
| void OnDidRunInsecureContent(const std::string& security_origin,
|
| const GURL& target_url);
|
|
|