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

Issue 6621006: Take out the is_content_filtered bool that gets passed around betwen renderer... (Closed)

Created:
9 years, 9 months ago by jam
Modified:
9 years, 7 months ago
Reviewers:
Jay Civelli
CC:
chromium-reviews, Erik does not do reviews, Paweł Hajdan Jr., Aaron Boodman, pam+watch_chromium.org, brettw-cc_chromium.org, darin-cc_chromium.org, stuartmorgan+watch_chromium.org
Visibility:
Public.

Description

Take out the is_content_filtered bool that gets passed around betwen renderer/browser and WebKit, since it's not used anywhere. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=76885

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -86 lines) Patch
M chrome/common/extensions/extension_localization_peer.h View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/common/extensions/extension_localization_peer.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/common/extensions/extension_localization_peer_unittest.cc View 1 2 6 chunks +7 lines, -8 lines 0 comments Download
M chrome/common/render_messages_params.h View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/common/render_messages_params.cc View 4 chunks +0 lines, -5 lines 0 comments Download
M chrome/common/resource_dispatcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/resource_dispatcher_unittest.cc View 2 chunks +2 lines, -6 lines 0 comments Download
M chrome/common/security_filter_peer.h View 3 chunks +3 lines, -6 lines 0 comments Download
M chrome/common/security_filter_peer.cc View 5 chunks +6 lines, -9 lines 0 comments Download
M chrome/plugin/chrome_plugin_host.cc View 1 chunk +1 line, -3 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/renderer_host/test_render_view_host.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/tab_contents/navigation_controller.h View 2 chunks +0 lines, -5 lines 0 comments Download
M content/browser/tab_contents/navigation_controller.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/tab_contents/provisional_load_details.h View 3 chunks +0 lines, -4 lines 0 comments Download
M content/browser/tab_contents/provisional_load_details.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M content/browser/tab_contents/tab_contents.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/glue/resource_loader_bridge.h View 1 chunk +2 lines, -5 lines 0 comments Download
M webkit/glue/weburlloader_impl.cc View 3 chunks +3 lines, -6 lines 0 comments Download
M webkit/tools/test_shell/simple_resource_loader_bridge.cc View 1 4 chunks +6 lines, -10 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jam
9 years, 9 months ago (2011-03-04 05:27:51 UTC) #1
Jay Civelli
9 years, 9 months ago (2011-03-04 05:40:27 UTC) #2
LGTM

This was used long time ago to filter out mixed-content resources (if I remember
correctly). We removed the filtering at some point and forgot to remove that
param.

Powered by Google App Engine
This is Rietveld 408576698