| Index: chrome/renderer/chrome_content_renderer_client.h
|
| ===================================================================
|
| --- chrome/renderer/chrome_content_renderer_client.h (revision 150475)
|
| +++ chrome/renderer/chrome_content_renderer_client.h (working copy)
|
| @@ -90,6 +90,7 @@
|
| bool is_initial_navigation,
|
| bool* send_referrer) OVERRIDE;
|
| virtual bool WillSendRequest(WebKit::WebFrame* frame,
|
| + content::PageTransition transition_type,
|
| const GURL& url,
|
| GURL* new_url) OVERRIDE;
|
| virtual bool ShouldPumpEventsDuringCookieMessage() OVERRIDE;
|
|
|