Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: webkit/glue/webframeloaderclient_impl.cc

Issue 168001: Merge 22642 - Start with a PolicyIgnore when determining navigation action po... (Closed) Base URL: svn://chrome-svn/chrome/branches/195/src/
Patch Set: Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/tools/layout_tests/test_expectations.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webframeloaderclient_impl.cc
===================================================================
--- webkit/glue/webframeloaderclient_impl.cc (revision 23262)
+++ webkit/glue/webframeloaderclient_impl.cc (working copy)
@@ -929,7 +929,7 @@
const WebCore::NavigationAction& action,
const WebCore::ResourceRequest& request,
PassRefPtr<WebCore::FormState> form_state) {
- PolicyAction policy_action = PolicyUse;
+ PolicyAction policy_action = PolicyIgnore;
WebViewImpl* wv = webframe_->GetWebViewImpl();
WebViewDelegate* d = wv->delegate();
Property changes on: webkit\glue\webframeloaderclient_impl.cc
___________________________________________________________________
Modified: svn:mergeinfo
Merged /trunk/src/webkit/glue/webframeloaderclient_impl.cc:r22642
« no previous file with comments | « no previous file | webkit/tools/layout_tests/test_expectations.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698