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

Issue 6304021: [Sync] Remove now-obsolete FastDump class (Closed)

Created:
9 years, 11 months ago by akalin
Modified:
9 years, 7 months ago
Reviewers:
Nicolas Zea
CC:
chromium-reviews, Raghu Simha, ncarter (slow), Paweł Hajdan Jr., tim (not reviewing), idana
Visibility:
Public.

Description

[Sync] Remove now-obsolete FastDump class Fix uses of bare 'string' to be 'std::string'. BUG=55816 TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72559

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -156 lines) Patch
M chrome/browser/sync/engine/process_commit_response_command.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/sync/engine/syncer_proto_util_unittest.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_autofill_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/syncable/directory_backing_store.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/syncable/syncable.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/sync/syncable/syncable.cc View 4 chunks +15 lines, -50 lines 0 comments Download
M chrome/browser/sync/syncable/syncable_id.h View 3 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/sync/syncable/syncable_id.cc View 1 chunk +0 lines, -6 lines 0 comments Download
D chrome/browser/sync/util/fast_dump.h View 1 chunk +0 lines, -58 lines 0 comments Download
M chrome/browser/sync/util/user_settings_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/chrome.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/sync/engine/mock_connection_manager.h View 7 chunks +25 lines, -23 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
akalin
+zea for review. Death to FastDump!
9 years, 11 months ago (2011-01-25 20:38:35 UTC) #1
Nicolas Zea
LGTM. Presumably logging code is not actually run when logging is turned off? (i.e. logging ...
9 years, 11 months ago (2011-01-25 21:05:31 UTC) #2
akalin
9 years, 11 months ago (2011-01-25 21:13:42 UTC) #3
On 2011/01/25 21:05:31, nzea wrote:
> LGTM.
> 
> Presumably logging code is not actually run when logging is turned off? (i.e.
> logging code has no performance impact in default release mode)

Yes, that's correct.

Powered by Google App Engine
This is Rietveld 408576698