| 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 20d7e45857b9dc4805ba61ba2a26c0d3806f36c6..7443a702aec601b61694e916768dac4d8c5ca0a6 100644
|
| --- a/content/browser/tab_contents/tab_contents.h
|
| +++ b/content/browser/tab_contents/tab_contents.h
|
| @@ -29,6 +29,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"
|
| @@ -544,7 +545,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);
|
|
|