diff options
author | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-07 20:18:19 +0000 |
---|---|---|
committer | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-07 20:18:19 +0000 |
commit | 94d2e3696497c1b4f5f95b38c6ac60d2483cf3b4 (patch) | |
tree | 1f7614e72da831311a2a10515ec519cf87e19320 | |
parent | 6dc41e14960d4a30f57d9981d6a9240921da5d5f (diff) | |
download | chromium_src-94d2e3696497c1b4f5f95b38c6ac60d2483cf3b4.zip chromium_src-94d2e3696497c1b4f5f95b38c6ac60d2483cf3b4.tar.gz chromium_src-94d2e3696497c1b4f5f95b38c6ac60d2483cf3b4.tar.bz2 |
Update LaunchBrowser signature in suppressions.
BUG=63670,87461
TBR=sail@chromium.org
Review URL: http://codereview.chromium.org/8851011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113446 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index 8248e11..10f0899 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -1143,7 +1143,7 @@ fun:_ZN11BrowserInit17LaunchWithProfile17OpenURLsInBrowserEP7BrowserbRKSt6vectorI4GURLSaIS4_EE fun:_ZN11BrowserInit17LaunchWithProfile17ProcessLaunchURLsEbRKSt6vectorI4GURLSaIS2_EE fun:_ZN11BrowserInit17LaunchWithProfile6LaunchEP7Profileb - fun:_ZN11BrowserInit13LaunchBrowserERK11CommandLineP7ProfileRK8FilePathbPi + fun:_ZN11BrowserInit13LaunchBrowserERK11CommandLineP7ProfileRK8FilePathNS_16IsProcessStartupENS_10IsFirstRunEPi fun:_ZN11BrowserInit18ProcessCmdLineImplERK11CommandLineRK8FilePathbP7ProfilePiPS_ fun:_ZN11BrowserInit5StartERK11CommandLineRK8FilePathP7ProfilePi } @@ -1565,7 +1565,6 @@ ... fun:_ZN15StatusBubbleMac6CreateEv fun:_ZN15StatusBubbleMacC2EP8NSWindowP11objc_object - fun:_ZN15StatusBubbleMacC1EP8NSWindowP11objc_object fun:-[BrowserWindowController initWithBrowser:takeOwnership:] fun:-[BrowserWindowController initWithBrowser:] fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser @@ -1576,7 +1575,7 @@ fun:_ZN11BrowserInit17LaunchWithProfile17OpenURLsInBrowserEP7BrowserbRKSt6vectorI4GURLSaIS4_EE fun:_ZN11BrowserInit17LaunchWithProfile17ProcessLaunchURLsEbRKSt6vectorI4GURLSaIS2_EE fun:_ZN11BrowserInit17LaunchWithProfile6LaunchEP7ProfileRKSt6vectorI4GURLSaIS4_EEb - fun:_ZN11BrowserInit13LaunchBrowserERK11CommandLineP7ProfileRK8FilePathbPi + fun:_ZN11BrowserInit13LaunchBrowserERK11CommandLineP7ProfileRK8FilePathNS_16IsProcessStartupENS_10IsFirstRunEPi fun:_ZN11BrowserInit18ProcessCmdLineImplERK11CommandLineRK8FilePathbP7ProfilePiPS_ fun:_ZN11BrowserInit5StartERK11CommandLineRK8FilePathP7ProfilePi } |