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

Unified Diff: chrome/common/temp_scaffolding_stubs.cc

Issue 333008: Mac: Implement about:memory. (Closed)
Patch Set: Merged ToT. Created 11 years, 1 month 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 a1dc297f103db703380832b3c346d86a7b58fec0..936e35bf3306f5531dc1b3c2cecd57bc3c597bc3 100644
--- a/chrome/common/temp_scaffolding_stubs.cc
+++ b/chrome/common/temp_scaffolding_stubs.cc
@@ -66,21 +66,6 @@ void InstallJankometer(const CommandLine&) {
void UninstallJankometer() {
// http://code.google.com/p/chromium/issues/detail?id=8077
}
-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));
-}
void BrowserList::AllBrowsersClosed() {
// TODO(port): Close any dependent windows if necessary when the last browser
« 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