summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcmasone@google.com <cmasone@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-18 01:00:55 +0000
committercmasone@google.com <cmasone@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-18 01:00:55 +0000
commit489d946c2d39713777826de69d02546c8307e54e (patch)
tree31b1937d4dfacc67982a99bff5918db8fa45c140
parente5dad137bfa58430440138fbd76699d176fabc74 (diff)
downloadchromium_src-489d946c2d39713777826de69d02546c8307e54e.zip
chromium_src-489d946c2d39713777826de69d02546c8307e54e.tar.gz
chromium_src-489d946c2d39713777826de69d02546c8307e54e.tar.bz2
Makes UMA log upload work on non-Windows platforms.
MemoryDetails::StartFetch() isn't implemented, thus it was never signalling that it was done fetching memory details. Now it does. BUG=15418 Review URL: http://codereview.chromium.org/172052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23602 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/common/temp_scaffolding_stubs.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc
index 0f3dfed..b93e114 100644
--- a/chrome/common/temp_scaffolding_stubs.cc
+++ b/chrome/common/temp_scaffolding_stubs.cc
@@ -236,6 +236,7 @@ MemoryDetails::MemoryDetails() {
void MemoryDetails::StartFetch() {
NOTIMPLEMENTED();
+ OnDetailsAvailable();
}
#if defined(OS_LINUX) && defined(TOOLKIT_VIEWS)