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

Unified Diff: chrome/renderer/chrome_render_frame_observer.h

Issue 887223005: Skip interstitials and don't block requests for localhost SSL errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: oops, this one includes the whole diff, not just part of it Created 5 years, 10 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: chrome/renderer/chrome_render_frame_observer.h
diff --git a/chrome/renderer/chrome_render_frame_observer.h b/chrome/renderer/chrome_render_frame_observer.h
index 6fdc785c2ef8dbc1c12d3fd2b8adb89a513fbf2e..1da3b10a9d2a8a6d52600098dc8ee0c071838d20 100644
--- a/chrome/renderer/chrome_render_frame_observer.h
+++ b/chrome/renderer/chrome_render_frame_observer.h
@@ -30,6 +30,8 @@ class ChromeRenderFrameObserver : public content::RenderFrameObserver {
const gfx::Size& thumbnail_max_size_pixels);
void OnPrintNodeUnderContextMenu();
+ void DidFinishDocumentLoad() override;
+
DISALLOW_COPY_AND_ASSIGN(ChromeRenderFrameObserver);
};

Powered by Google App Engine
This is Rietveld 408576698