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

Unified Diff: third_party/WebKit/public/platform/WebApplicationCacheHostClient.h

Issue 2387113002: reflow comments in public/platform/ (Closed)
Patch Set: nit 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/public/platform/WebApplicationCacheHostClient.h
diff --git a/third_party/WebKit/public/platform/WebApplicationCacheHostClient.h b/third_party/WebKit/public/platform/WebApplicationCacheHostClient.h
index 3c4ee38a73ce7c8d773fb399967506391cb9f0cf..fcb1d45248f1b36c8c0b7bd9b5c4ac6a28409d68 100644
--- a/third_party/WebKit/public/platform/WebApplicationCacheHostClient.h
+++ b/third_party/WebKit/public/platform/WebApplicationCacheHostClient.h
@@ -39,7 +39,8 @@ namespace blink {
// This interface is used by the embedder to call into webkit.
class WebApplicationCacheHostClient {
public:
- // Called when a different cache, including possibly no cache, is associated with the host.
+ // Called when a different cache, including possibly no cache, is associated
+ // with the host.
virtual void didChangeCacheAssociation() = 0;
// Called to fire events in the scriptable interface.
« no previous file with comments | « third_party/WebKit/public/platform/WebApplicationCacheHost.h ('k') | third_party/WebKit/public/platform/WebAudioBus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698