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

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: Remove unnecessary #include 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
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/renderer/chrome_render_frame_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
sky 2015/02/12 00:15:47 overrides should be grouped with where they are ov
estark 2015/02/12 00:24:55 Done.
+
DISALLOW_COPY_AND_ASSIGN(ChromeRenderFrameObserver);
};
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/renderer/chrome_render_frame_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698