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

Unified Diff: third_party/WebKit/Source/core/page/Page.h

Issue 2227933002: Revert CompressibleString (and its UMA) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address on Ilya's review Created 4 years, 4 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
Index: third_party/WebKit/Source/core/page/Page.h
diff --git a/third_party/WebKit/Source/core/page/Page.h b/third_party/WebKit/Source/core/page/Page.h
index 6f75adeca66167b95faa128a92e802f37340a819..a54f9c9040d7d16e02be0ae60bdd81a750105c64 100644
--- a/third_party/WebKit/Source/core/page/Page.h
+++ b/third_party/WebKit/Source/core/page/Page.h
@@ -34,7 +34,6 @@
#include "core/page/PageVisibilityObserver.h"
#include "core/page/PageVisibilityState.h"
#include "platform/Supplementable.h"
-#include "platform/Timer.h"
#include "platform/geometry/LayoutRect.h"
#include "platform/geometry/Region.h"
#include "platform/heap/Handle.h"
@@ -213,8 +212,6 @@ private:
// SettingsDelegate overrides.
void settingsChanged(SettingsDelegate::ChangeType) override;
- void compressStrings(TimerBase*);
-
Member<PageAnimator> m_animator;
const Member<AutoscrollController> m_autoscrollController;
Member<ChromeClient> m_chromeClient;
@@ -267,8 +264,6 @@ private:
// A pointer to all the interfaces provided to in-process Frames for this Page.
// FIXME: Most of the members of Page should move onto FrameHost.
Member<FrameHost> m_frameHost;
-
- Timer<Page> m_timerForCompressStrings;
};
extern template class CORE_EXTERN_TEMPLATE_EXPORT Supplement<Page>;
« no previous file with comments | « third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp ('k') | third_party/WebKit/Source/core/page/Page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698