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

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

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.h
===================================================================
--- content/browser/tab_contents/provisional_load_details.h (revision 76828)
+++ content/browser/tab_contents/provisional_load_details.h (working copy)
@@ -27,7 +27,6 @@
bool in_page_navigation,
const GURL& url,
const std::string& security_info,
- bool is_filtered,
bool is_error_page,
int64 frame_id);
virtual ~ProvisionalLoadDetails() { }
@@ -56,8 +55,6 @@
int ssl_connection_status() const { return ssl_connection_status_; }
- bool is_content_filtered() const { return is_content_filtered_; }
-
bool is_error_page() const { return is_error_page_; }
int64 frame_id() const { return frame_id_; }
@@ -72,7 +69,6 @@
int ssl_cert_status_;
int ssl_security_bits_;
int ssl_connection_status_;
- bool is_content_filtered_;
bool is_error_page_;
int64 frame_id_;
« no previous file with comments | « content/browser/tab_contents/navigation_controller.cc ('k') | content/browser/tab_contents/provisional_load_details.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698