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

Unified Diff: content/browser/tab_contents/provisional_load_details.cc

Issue 6621006: Take out the is_content_filtered bool that gets passed around betwen renderer... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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
Index: content/browser/tab_contents/provisional_load_details.cc
===================================================================
--- content/browser/tab_contents/provisional_load_details.cc (revision 76828)
+++ content/browser/tab_contents/provisional_load_details.cc (working copy)
@@ -11,7 +11,6 @@
bool is_in_page_navigation,
const GURL& url,
const std::string& security_info,
- bool is_content_filtered,
bool is_error_page,
int64 frame_id)
: error_code_(net::OK),
@@ -23,7 +22,6 @@
ssl_cert_status_(0),
ssl_security_bits_(-1),
ssl_connection_status_(0),
- is_content_filtered_(is_content_filtered),
is_error_page_(is_error_page),
frame_id_(frame_id) {
SSLManager::DeserializeSecurityInfo(security_info,
« no previous file with comments | « content/browser/tab_contents/provisional_load_details.h ('k') | content/browser/tab_contents/tab_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698