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

Unified Diff: content/public/browser/web_contents.h

Issue 297973002: Navigation transitions: Block first response until after transitions have run. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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/public/browser/web_contents.h
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
index 8a717b86dd9212e5a6b2539348155a13d8a45511..eb4d6bc78ab3e351687218887a783e74fc1716de 100644
--- a/content/public/browser/web_contents.h
+++ b/content/public/browser/web_contents.h
@@ -605,6 +605,8 @@ class WebContents : public PageNavigator,
virtual void RemoveOverlayView() = 0;
#endif // OS_ANDROID
+ virtual void ResumeResponseDeferredAtStart() = 0;
nasko 2014/05/28 22:59:00 This needs comment.
shatch 2014/05/29 21:41:22 Done.
+
private:
// This interface should only be implemented inside content.
friend class WebContentsImpl;

Powered by Google App Engine
This is Rietveld 408576698