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

Unified Diff: chrome/browser/tab_contents/tab_contents.h

Issue 5254005: Do not reset the content settings delegate's cookies when a network error occurred. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/browser/tab_contents
Patch Set: rebase Created 10 years, 1 month 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/tab_contents/tab_contents.h
diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h
index 46e214a497740ad1286627256bf18d32dcf64317..9e367a8cc833090c37bfd17ad13bc435d856ec03 100644
--- a/chrome/browser/tab_contents/tab_contents.h
+++ b/chrome/browser/tab_contents/tab_contents.h
@@ -887,6 +887,7 @@ class TabContents : public PageNavigator,
virtual void DidStartProvisionalLoadForFrame(RenderViewHost* render_view_host,
int64 frame_id,
bool is_main_frame,
+ bool is_error_page,
const GURL& url);
virtual void DidStartReceivingResourceResponse(
const ResourceRequestDetails& details);
« no previous file with comments | « chrome/browser/renderer_host/test/render_view_host_browsertest.cc ('k') | chrome/browser/tab_contents/tab_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698