diff options
author | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-29 19:01:13 +0000 |
---|---|---|
committer | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-29 19:01:13 +0000 |
commit | dd50906e9f1f2203b96e09f5af2952fde3ab8ba7 (patch) | |
tree | 91ba27a9b5bb569f7046465bcb2f671ce708b940 /tools | |
parent | cd90f04a98cb13a76f5c943eefa2cae6ebbf4b21 (diff) | |
download | chromium_src-dd50906e9f1f2203b96e09f5af2952fde3ab8ba7.zip chromium_src-dd50906e9f1f2203b96e09f5af2952fde3ab8ba7.tar.gz chromium_src-dd50906e9f1f2203b96e09f5af2952fde3ab8ba7.tar.bz2 |
Get rid of unnecessary extra constructor for ProfileSyncService.
This fixes a maintenance headache where some instance variables were only
getting initialized in one constructor but not the other.
BUG=49266
TEST=run sync_unit_tests under valgrind, see no errors.
Review URL: http://codereview.chromium.org/6768003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79713 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 993240e..a7c63bf 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -2355,13 +2355,6 @@ fun:_ZN9OptionsUIC1EP11TabContents } { - bug_49266 - Memcheck:Cond - fun:_ZN18ProfileSyncService7ObserveE16NotificationTypeRK18NotificationSourceRK19NotificationDetails - fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceRK19NotificationDetails - fun:_ZN12browser_sync19DataTypeManagerImpl10NotifyDoneENS_15DataTypeManager15ConfigureResultE -} -{ bug_49279_a Memcheck:Leak fun:_Znw* |