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

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

Issue 215533004: Revert of Make start/stop loading notifications per-frame (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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/loader/ProgressTracker.cpp ('k') | Source/core/page/Page.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Page.h
diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h
index 7248f896cdda0553437183aaccddba16f8fc5dfa..c25fa8d6b31d8fc55ce3417679c6b3158e195ca8 100644
--- a/Source/core/page/Page.h
+++ b/Source/core/page/Page.h
@@ -63,6 +63,7 @@
class PlatformMouseEvent;
class PluginData;
class PointerLockController;
+class ProgressTracker;
class Range;
class RenderBox;
class RenderObject;
@@ -160,6 +161,7 @@
PassRefPtr<ClientRectList> nonFastScrollableRects(const LocalFrame*);
Settings& settings() const { return *m_settings; }
+ ProgressTracker& progress() const { return *m_progress; }
BackForwardClient& backForward() const { return *m_backForwardClient; }
UseCounter& useCounter() { return m_useCounter; }
@@ -250,6 +252,7 @@
OwnPtr<ScrollingCoordinator> m_scrollingCoordinator;
const OwnPtr<HistoryController> m_historyController;
+ const OwnPtr<ProgressTracker> m_progress;
const OwnPtr<UndoStack> m_undoStack;
RefPtr<LocalFrame> m_mainFrame;
« no previous file with comments | « Source/core/loader/ProgressTracker.cpp ('k') | Source/core/page/Page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698