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

Unified Diff: Source/core/platform/KURLGoogle.cpp

Issue 13973026: remove memoryinstrumentation Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove the rest part of MemoryInstrumentation Created 7 years, 8 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 | « Source/core/platform/KURL.cpp ('k') | Source/core/platform/KURLGooglePrivate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/KURLGoogle.cpp
diff --git a/Source/core/platform/KURLGoogle.cpp b/Source/core/platform/KURLGoogle.cpp
index b78c1ef391e555fc0e25c858d64e5928da8059a3..251894fdf018e0b89aceeb89375e34862ca2d117 100644
--- a/Source/core/platform/KURLGoogle.cpp
+++ b/Source/core/platform/KURLGoogle.cpp
@@ -39,10 +39,8 @@
#include <algorithm>
#include "NotImplemented.h"
-#include "PlatformMemoryInstrumentation.h"
#include "TextEncoding.h"
#include <wtf/HashMap.h>
-#include <wtf/MemoryInstrumentationString.h>
#include <wtf/Vector.h>
#include <wtf/StdLibExtras.h>
#include <wtf/text/CString.h>
@@ -389,15 +387,6 @@ const String& KURLGooglePrivate::string() const
return m_string;
}
-void KURLGooglePrivate::reportMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const
-{
- MemoryClassInfo info(memoryObjectInfo, this);
- info.addMember(m_utf8, "utf8");
- info.addMember(m_string, "string");
- info.addMember(m_innerURL, "innerURL");
- info.addMember(m_parsed, "parsed");
-}
-
bool KURLGooglePrivate::isSafeToSendToAnotherThread() const
{
return m_string.isSafeToSendToAnotherThread()
« no previous file with comments | « Source/core/platform/KURL.cpp ('k') | Source/core/platform/KURLGooglePrivate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698