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

Unified Diff: chrome/browser/safe_browsing/ui_manager.h

Issue 1509073002: Fixes for Safe Browsing with unrelated pending navigations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years 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
Index: chrome/browser/safe_browsing/ui_manager.h
diff --git a/chrome/browser/safe_browsing/ui_manager.h b/chrome/browser/safe_browsing/ui_manager.h
index 191dcccfb220252e42762914624028056567febc..8bcf6510dc5d56f9670308643ec802a7aba962b2 100644
--- a/chrome/browser/safe_browsing/ui_manager.h
+++ b/chrome/browser/safe_browsing/ui_manager.h
@@ -25,6 +25,10 @@ namespace base {
class Thread;
} // namespace base
+namespace content {
+class NavigationEntry;
+} // namespace content
+
namespace net {
class SSLInfo;
} // namespace net
@@ -48,6 +52,7 @@ class SafeBrowsingUIManager
~UnsafeResource();
bool IsMainPageLoadBlocked() const;
+ content::NavigationEntry* GetNavigationEntryForResource() const;
Charlie Reis 2015/12/11 05:39:24 Worth having a comment here about why using this i
mattm 2015/12/15 01:42:25 done.
GURL url;
GURL original_url;

Powered by Google App Engine
This is Rietveld 408576698