| Index: third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp b/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| index db1de678cac7e8bda77e43567030f9960c02da88..704539ebcc6367b7bdac0c9f910d34abec2ecd13 100644
|
| --- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| @@ -69,7 +69,6 @@
|
| #include "platform/UserGestureIndicator.h"
|
| #include "platform/exported/WrappedResourceRequest.h"
|
| #include "platform/exported/WrappedResourceResponse.h"
|
| -#include "platform/fonts/GlyphPageTreeNode.h"
|
| #include "platform/network/HTTPParsers.h"
|
| #include "platform/plugins/PluginData.h"
|
| #include "public/platform/Platform.h"
|
| @@ -454,13 +453,6 @@ void FrameLoaderClientImpl::dispatchDidCommitLoad(
|
| m_webFrame->viewImpl()->didCommitLoad(commitType == StandardCommit, false);
|
| }
|
|
|
| - // Save some histogram data so we can compute the average memory used per
|
| - // page load of the glyphs.
|
| - // TODO(esprehn): Is this ancient uma actually useful?
|
| - DEFINE_STATIC_LOCAL(CustomCountHistogram, gyphsPagesPerLoadHistogram,
|
| - ("Memory.GlyphPagesPerLoad", 1, 10000, 50));
|
| - gyphsPagesPerLoadHistogram.count(GlyphPageTreeNode::treeGlyphPageCount());
|
| -
|
| if (m_webFrame->client())
|
| m_webFrame->client()->didCommitProvisionalLoad(
|
| m_webFrame, WebHistoryItem(item),
|
|
|