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

Unified Diff: third_party/WebKit/Source/core/frame/PlatformEventController.h

Issue 2393313002: reflow comments in core/frame (Closed)
Patch Set: tweak Created 4 years, 2 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/frame/PlatformEventController.h
diff --git a/third_party/WebKit/Source/core/frame/PlatformEventController.h b/third_party/WebKit/Source/core/frame/PlatformEventController.h
index 3896a385f76d11a03955e5f5c2f7dbb78ce3bd25..0d7680ddef09a18cbc5f35cb7d1db3acb79652a8 100644
--- a/third_party/WebKit/Source/core/frame/PlatformEventController.h
+++ b/third_party/WebKit/Source/core/frame/PlatformEventController.h
@@ -31,7 +31,8 @@ class CORE_EXPORT PlatformEventController : public PageVisibilityObserver {
virtual void registerWithDispatcher() = 0;
virtual void unregisterWithDispatcher() = 0;
- // When true initiates a one-shot didUpdateData() when startUpdating() is called.
+ // When true initiates a one-shot didUpdateData() when startUpdating() is
+ // called.
virtual bool hasLastData() = 0;
bool m_hasEventListener;
« no previous file with comments | « third_party/WebKit/Source/core/frame/Navigator.cpp ('k') | third_party/WebKit/Source/core/frame/PlatformEventDispatcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698