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

Issue 3014: Google Chrome doesn't remember settings for 'Clear browing data'. Added preferences for the clear b (Closed)

Created:
12 years, 3 months ago by developer0420
Modified:
9 years, 7 months ago
Reviewers:
tony, Peter Kasting, Finnur
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Google Chrome doesn't remember settings for 'Clear browing data'. Added preferences for the clear browsing data so that it would be persistant. Modified the code to meet coding styles. Added a listener to the check boxes for change of state changed comment Added name to authors BUG=1618

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -5 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/browser.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/views/clear_browsing_data.cc View 1 2 3 chunks +28 lines, -5 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
developer0420
12 years, 3 months ago (2008-09-12 19:51:48 UTC) #1
tony
http://codereview.chromium.org/3014/diff/1/2 File chrome/browser/views/clear_browsing_data.cc (right): http://codereview.chromium.org/3014/diff/1/2#newcode378 Line 378: profile_->GetPrefs()->SetBoolean(prefs::kDelBrowsingHistory,remove_mask & BrowsingDataRemover::REMOVE_HISTORY ? true : false); It ...
12 years, 3 months ago (2008-09-12 20:15:13 UTC) #2
Finnur
I agree with Tony and have a few nits to add... http://codereview.chromium.org/3014/diff/1/3 File chrome/browser/browser.cc (right): ...
12 years, 3 months ago (2008-09-12 20:39:44 UTC) #3
Peter Kasting
Note that the bug in question is still not one we've decided to actually change ...
12 years, 3 months ago (2008-09-12 20:57:03 UTC) #4
developer0420
On 2008/09/12 20:57:03, pkasting wrote: > Note that the bug in question is still not ...
12 years, 3 months ago (2008-09-12 21:06:48 UTC) #5
Peter Kasting
On 2008/09/12 21:06:48, developer0420 wrote: > Thank you for the comments, should I not move ...
12 years, 3 months ago (2008-09-13 01:15:28 UTC) #6
developer0420
I updated the code to meet Google C++ Style Guide
12 years, 3 months ago (2008-09-13 16:58:39 UTC) #7
Finnur
That's good. However, you haven't addressed all the comments Tony gave you - specifically, his ...
12 years, 3 months ago (2008-09-13 21:23:16 UTC) #8
developer0420
I added in the listeners like Tony suggested
12 years, 3 months ago (2008-09-14 15:49:22 UTC) #9
Finnur
Looks good as far as I am concerned. One nit below. However, I just remembered ...
12 years, 3 months ago (2008-09-14 16:41:10 UTC) #10
developer0420
added name to authors changed comments to match suggestion. Thanks for all help on understanding ...
12 years, 3 months ago (2008-09-15 14:24:52 UTC) #11
tony
LGTM too. I'll check this in today unless Finnur beats me to it.
12 years, 3 months ago (2008-09-15 15:59:24 UTC) #12
Finnur
12 years, 3 months ago (2008-09-17 18:47:31 UTC) #13
Arthur, since this has been checked in already, can you mark it as closed? 

On 2008/09/15 15:59:24, tony wrote:
> LGTM too.  I'll check this in today unless Finnur beats me to it.

Powered by Google App Engine
This is Rietveld 408576698