| Index: content/public/common/url_constants.cc
|
| diff --git a/content/public/common/url_constants.cc b/content/public/common/url_constants.cc
|
| index 00bdc87a2e0ffb5b7ee2886fb57f1bb34849c769..f3f298ceb32ee1f8a9bdcf89e56e6b5c28f43d90 100644
|
| --- a/content/public/common/url_constants.cc
|
| +++ b/content/public/common/url_constants.cc
|
| @@ -61,9 +61,4 @@ const char kChromeUINetworkViewCacheURL[] = "chrome://view-http-cache/";
|
| const char kChromeUIResourcesURL[] = "chrome://resources/";
|
| const char kChromeUIShorthangURL[] = "chrome://shorthang";
|
|
|
| -// This URL is loaded when a page is swapped out and replaced by a page in a
|
| -// different renderer process. It must have a unique origin that cannot be
|
| -// scripted by other pages in the process.
|
| -const char kSwappedOutURL[] = "swappedout://";
|
| -
|
| } // namespace content
|
|
|