| Index: content/renderer/render_view_impl.h
|
| ===================================================================
|
| --- content/renderer/render_view_impl.h (revision 196427)
|
| +++ content/renderer/render_view_impl.h (working copy)
|
| @@ -40,6 +40,7 @@
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebFileSystem.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebConsoleMessage.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/WebDataSource.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrameClient.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebHistoryItem.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebIconURL.h"
|
| @@ -535,7 +536,7 @@
|
| const WebKit::WebString& suggested_name);
|
| virtual WebKit::WebNavigationPolicy decidePolicyForNavigation(
|
| WebKit::WebFrame* frame,
|
| - WebKit::WebDataSource* dataSource,
|
| + WebKit::WebDataSource::ExtraData* extraData,
|
| const WebKit::WebURLRequest& request,
|
| WebKit::WebNavigationType type,
|
| WebKit::WebNavigationPolicy default_policy,
|
| @@ -827,6 +828,10 @@
|
| FRIEND_TEST_ALL_PREFIXES(ExternalPopupMenuTest, ShowPopupThenNavigate);
|
| FRIEND_TEST_ALL_PREFIXES(RenderViewImplTest, DecideNavigationPolicyForWebUI);
|
| FRIEND_TEST_ALL_PREFIXES(RenderViewImplTest,
|
| + DidFailProvisionalLoadWithErrorForError);
|
| + FRIEND_TEST_ALL_PREFIXES(RenderViewImplTest,
|
| + DidFailProvisionalLoadWithErrorForCancellation);
|
| + FRIEND_TEST_ALL_PREFIXES(RenderViewImplTest,
|
| DontIgnoreBackAfterNavEntryLimit);
|
| FRIEND_TEST_ALL_PREFIXES(RenderViewImplTest, ImeComposition);
|
| FRIEND_TEST_ALL_PREFIXES(RenderViewImplTest, InsertCharacters);
|
|
|