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

Unified Diff: chrome/common/temp_scaffolding_stubs.cc

Issue 173261: (Mac) Implement about:memory. (Closed)
Patch Set: Fixed per jrg's (re)review. Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/temp_scaffolding_stubs.cc
diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc
index 284cabb70ddbe4377c43f5f2466951f1580d5629..2941df1921ecb83a0e9680866c8964aea79a5037 100644
--- a/chrome/common/temp_scaffolding_stubs.cc
+++ b/chrome/common/temp_scaffolding_stubs.cc
@@ -166,23 +166,6 @@ bool RLZTracker::RecordProductEvent(Product product, AccessPoint point,
//--------------------------------------------------------------------------
-#if defined(OS_MACOSX)
-MemoryDetails::MemoryDetails() {
- NOTIMPLEMENTED();
- process_data_.push_back(ProcessData());
-}
-
-void MemoryDetails::StartFetch() {
- NOTIMPLEMENTED();
-
- // Other implementations implicitly own the object by passing it to
- // IO and UI tasks. This code is called from AboutMemoryHandler's
- // constructor, so there is no reference to Release(), yet.
- MessageLoop::current()->PostTask(
- FROM_HERE, NewRunnableMethod(this, &MemoryDetails::OnDetailsAvailable));
-}
-#endif
-
#if !defined(TOOLKIT_VIEWS) && !defined(OS_MACOSX)
namespace download_util {
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698