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

Issue 2720613006: Disable SDCH by Default (Closed)

Created:
3 years, 9 months ago by Ryan Sleevi
Modified:
3 years, 9 months ago
CC:
chromium-reviews, xunjieli
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Disable SDCH by Default Disable SDCH in Chrome. It remains accessible via either explicit initialization of an SdchManager/SdchOwner or through the use of URLRequestContextBuilder's set_sdch_enabled(true) BUG=696815

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -39 lines) Patch
M chrome/browser/profiles/off_the_record_profile_io_data.h View 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/browser/profiles/off_the_record_profile_io_data.cc View 2 chunks +0 lines, -7 lines 0 comments Download
M chrome/browser/profiles/profile_impl_io_data.h View 4 chunks +0 lines, -7 lines 0 comments Download
M chrome/browser/profiles/profile_impl_io_data.cc View 4 chunks +0 lines, -22 lines 1 comment Download

Messages

Total messages: 12 (6 generated)
Ryan Sleevi
Randy: As far as I can tell, this is _all_ it takes. I'm curious what ...
3 years, 9 months ago (2017-02-28 00:41:46 UTC) #4
Randy Smith (Not in Mondays)
[CCing Helen FHI.] I agree with you that this is all it takes. I'm concerned ...
3 years, 9 months ago (2017-02-28 19:17:16 UTC) #7
Ryan Sleevi
On 2017/02/28 19:17:16, Randy Smith (Not in Mondays) wrote: > Let's do this: Can you ...
3 years, 9 months ago (2017-02-28 19:22:16 UTC) #8
Ryan Sleevi
On 2017/02/28 19:17:16, Randy Smith (Not in Mondays) wrote: > The other request I have ...
3 years, 9 months ago (2017-02-28 19:25:07 UTC) #9
Randy Smith (Not in Mondays)
On 2017/02/28 19:22:16, Ryan Sleevi (overloaded) wrote: > On 2017/02/28 19:17:16, Randy Smith (Not in ...
3 years, 9 months ago (2017-02-28 19:32:06 UTC) #10
xunjieli
3 years, 9 months ago (2017-02-28 19:38:42 UTC) #12
https://codereview.chromium.org/2720613006/diff/1/chrome/browser/profiles/pro...
File chrome/browser/profiles/profile_impl_io_data.cc (left):

https://codereview.chromium.org/2720613006/diff/1/chrome/browser/profiles/pro...
chrome/browser/profiles/profile_impl_io_data.cc:447:
profile_path_.Append(chrome::kNetworkPersistentStateFilename));
chrome::kNetworkPersistentStateFilename is only used for SDCH purpose. We can
remove the constant in this CL.

Do we have any guideline on how to remove a persisted file that is no longer
needed? Do we leave the file there and rely on the user to clear their cache in
this case?

Powered by Google App Engine
This is Rietveld 408576698