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

Unified Diff: content/test/plugin/plugin_geturl_test.h

Issue 62203013: Add regression test for 301510 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 7 years, 1 month 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 | « content/browser/plugin_browsertest.cc ('k') | content/test/plugin/plugin_geturl_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/plugin/plugin_geturl_test.h
===================================================================
--- content/test/plugin/plugin_geturl_test.h (revision 234230)
+++ content/test/plugin/plugin_geturl_test.h (working copy)
@@ -53,7 +53,8 @@
// The following two flags handle URL redirect notifications received by
// plugins.
bool handle_url_redirects_;
- bool received_url_redirect_notification_;
+ bool received_url_redirect_cancel_notification_;
+ bool received_url_redirect_allow_notification_;
std::string page_not_found_url_;
std::string fail_write_url_;
std::string referrer_target_url_;
« no previous file with comments | « content/browser/plugin_browsertest.cc ('k') | content/test/plugin/plugin_geturl_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698