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

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: updates 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 4d54db50c3c026b8f79b29e194bed035f32247d5..2fcae2f64630a98ab45fbdac86e43b4dcd82aede 100644
--- a/chrome/browser/tab_contents/tab_contents.h
+++ b/chrome/browser/tab_contents/tab_contents.h
@@ -888,6 +888,7 @@ class TabContents : public PageNavigator,
virtual void DidStartProvisionalLoadForFrame(RenderViewHost* render_view_host,
long long frame_id,
bool is_main_frame,
+ bool is_unreachable_web_data,
const GURL& url);
virtual void DidStartReceivingResourceResponse(
const ResourceRequestDetails& details);

Powered by Google App Engine
This is Rietveld 408576698