| Index: chrome/renderer/content_settings_observer.cc
|
| diff --git a/chrome/renderer/content_settings_observer.cc b/chrome/renderer/content_settings_observer.cc
|
| index 2e48be56122421ad169c48629000ce9051e82c19..58bf74ad8038d301513e8b5f3e9ae598b43d33f2 100644
|
| --- a/chrome/renderer/content_settings_observer.cc
|
| +++ b/chrome/renderer/content_settings_observer.cc
|
| @@ -620,11 +620,6 @@ bool ContentSettingsObserver::IsWhitelistedForContentSettings(
|
| return true;
|
| #endif
|
|
|
| - // TODO(creis, fsamuel): Remove this once the concept of swapped out
|
| - // RenderFrames goes away.
|
| - if (document_url == GURL(content::kSwappedOutURL))
|
| - return true;
|
| -
|
| // If the scheme is file:, an empty file name indicates a directory listing,
|
| // which requires JavaScript to function properly.
|
| if (base::EqualsASCII(protocol, url::kFileScheme)) {
|
|
|