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

Unified Diff: content/renderer/render_thread_impl.cc

Issue 1935123002: Remove swappedout: scheme since it is not used anymore. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 8 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
« no previous file with comments | « content/public/common/url_constants.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.cc
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
index 2977bc0e0a12aaf28ccf7d62a0a3a64566fae14f..48c2089b7a98afdb1b2de2acc67911f5f606910f 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -1251,11 +1251,6 @@ void RenderThreadImpl::InitializeWebKit(
}
void RenderThreadImpl::RegisterSchemes() {
- // swappedout:
- WebString swappedout_scheme(base::ASCIIToUTF16(kSwappedOutScheme));
- WebSecurityPolicy::registerURLSchemeAsDisplayIsolated(swappedout_scheme);
- WebSecurityPolicy::registerURLSchemeAsEmptyDocument(swappedout_scheme);
-
// chrome:
WebString chrome_scheme(base::ASCIIToUTF16(kChromeUIScheme));
WebSecurityPolicy::registerURLSchemeAsDisplayIsolated(chrome_scheme);
« no previous file with comments | « content/public/common/url_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698