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

Unified Diff: chrome/browser/prerender/prerender_contents.h

Issue 10636034: Cancel prerender when a site tries to register a protocol handler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Change strings Created 8 years, 6 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/browser/prerender/prerender_contents.h
===================================================================
--- chrome/browser/prerender/prerender_contents.h (revision 143870)
+++ chrome/browser/prerender/prerender_contents.h (working copy)
@@ -162,9 +162,6 @@
// and the session WebStorage.
bool MatchesURL(const GURL& url, GURL* matching_url) const;
- void OnJSOutOfMemory();
- bool ShouldSuppressDialogs();
-
// content::WebContentsObserver implementation.
virtual void DidStopLoading() OVERRIDE;
virtual void DidStartProvisionalLoadForFrame(

Powered by Google App Engine
This is Rietveld 408576698