Chromium Code Reviews| Index: content/public/common/content_switches.cc |
| =================================================================== |
| --- content/public/common/content_switches.cc (revision 109054) |
| +++ content/public/common/content_switches.cc (working copy) |
| @@ -242,7 +242,8 @@ |
| // Enables StatsTable, logging statistics to a global named shared memory table. |
| const char kEnableStatsTable[] = "enable-stats-table"; |
| -// Experimentally ensure each renderer process has pages from only one site. |
| +// Experimentally ensure each renderer process only has access to the cookies |
| +// for the top-level site. |
|
Charlie Reis
2011/11/10 01:09:26
I think we're talking about two different things h
|
| // This is expected to break compatibility with many pages for now. |
| const char kEnableStrictSiteIsolation[] = "enable-strict-site-isolation"; |