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

Unified Diff: content/browser/frame_host/navigation_handle_impl.h

Issue 2266653002: Previews infobar tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@newLoFiInfoBarAddUMA
Patch Set: rebase 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
Index: content/browser/frame_host/navigation_handle_impl.h
diff --git a/content/browser/frame_host/navigation_handle_impl.h b/content/browser/frame_host/navigation_handle_impl.h
index 681e2b4909b3cb943e93e7cc09fd2ec553ed44c3..ef544ccf49c4dde23fcc403cc4c4ff86024e0527 100644
--- a/content/browser/frame_host/navigation_handle_impl.h
+++ b/content/browser/frame_host/navigation_handle_impl.h
@@ -117,7 +117,9 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle {
const GURL& new_referrer_url,
bool new_is_external_protocol) override;
NavigationThrottle::ThrottleCheckResult CallWillProcessResponseForTesting(
- RenderFrameHost* render_frame_host) override;
+ RenderFrameHost* render_frame_host,
+ const std::string& raw_response_header) override;
bengr 2016/09/13 23:18:18 #include <string>
megjablon 2016/09/13 23:27:12 Done.
+ void CallDidCommitNavigationForTesting(const GURL& url) override;
NavigationData* GetNavigationData() override;

Powered by Google App Engine
This is Rietveld 408576698