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

Unified Diff: content/browser/loader/navigation_resource_throttle.h

Issue 2364943002: Create NavigationHandles for interstitials if needed (Closed)
Patch Set: Fixed Android issue Created 4 years, 3 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 | « content/browser/loader/DEPS ('k') | content/browser/loader/navigation_resource_throttle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/loader/navigation_resource_throttle.h
diff --git a/content/browser/loader/navigation_resource_throttle.h b/content/browser/loader/navigation_resource_throttle.h
index 55a1da5d1519588327dd2f06a0196778fe728d15..e85a1fb9a09a0ab5cf7fc7971823cd0ca6be59aa 100644
--- a/content/browser/loader/navigation_resource_throttle.h
+++ b/content/browser/loader/navigation_resource_throttle.h
@@ -7,6 +7,7 @@
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
+#include "content/common/content_export.h"
#include "content/public/browser/navigation_throttle.h"
#include "content/public/browser/resource_throttle.h"
#include "content/public/common/request_context_type.h"
@@ -36,6 +37,11 @@ class NavigationResourceThrottle : public ResourceThrottle {
void WillProcessResponse(bool* defer) override;
const char* GetNameForLogging() const override;
+ // Used in unit tests to make UI checks pass when they would fail due to no
+ // NavigationHandle being present in the RenderFrameHost.
+ CONTENT_EXPORT static void set_ui_checks_always_succeed_for_testing(
+ bool ui_checks_always_succeed);
+
private:
void OnUIChecksPerformed(NavigationThrottle::ThrottleCheckResult result);
« no previous file with comments | « content/browser/loader/DEPS ('k') | content/browser/loader/navigation_resource_throttle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698