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

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 8479027: Make third-party cookie blocking strict by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 9 years, 1 month 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 | « chrome/browser/about_flags.cc ('k') | chrome/browser/content_settings/cookie_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main.cc
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
index 47d6545831731181e5fea47471872be1ae99b069..585e7d6101bf86a75c54facf22bac8144d4f0d1f 100644
--- a/chrome/browser/chrome_browser_main.cc
+++ b/chrome/browser/chrome_browser_main.cc
@@ -1372,16 +1372,6 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl() {
aura::Desktop::set_use_fullscreen_host_window(true);
#endif
- // Always add the --block-reading-third-party-cookies flag, if not already
- // set. We'll leave this on for a bit to determine if we Break The Web for
- // Canary users.
- //
- // TODO(mkwst): Remove this once impact is clear (http://crbug.com/98241).
- if (!parsed_command_line().HasSwitch(
- switches::kBlockReadingThirdPartyCookies))
- CommandLine::ForCurrentProcess()->AppendSwitch(
- switches::kBlockReadingThirdPartyCookies);
-
// Convert active labs into switches. Modifies the current command line.
about_flags::ConvertFlagsToSwitches(local_state,
CommandLine::ForCurrentProcess());
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/content_settings/cookie_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698