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

Unified Diff: third_party/WebKit/Source/modules/filesystem/FileSystemCallbacks.cpp

Issue 2388423003: reflow comments in modules/[fetch,indexeddb] (Closed)
Patch Set: rebase 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/modules/filesystem/FileSystemCallbacks.cpp
diff --git a/third_party/WebKit/Source/modules/filesystem/FileSystemCallbacks.cpp b/third_party/WebKit/Source/modules/filesystem/FileSystemCallbacks.cpp
index 0aaf68cee05ac84b32f74723b81fbc5a0585b5cd..23b529acbed83201b71b311e0c15426a2814d2d9 100644
--- a/third_party/WebKit/Source/modules/filesystem/FileSystemCallbacks.cpp
+++ b/third_party/WebKit/Source/modules/filesystem/FileSystemCallbacks.cpp
@@ -387,10 +387,12 @@ void SnapshotFileCallback::didCreateSnapshotFile(
if (!m_successCallback)
return;
- // We can't directly use the snapshot blob data handle because the content type on it hasn't been set.
- // The |snapshot| param is here to provide a a chain of custody thru thread bridging that is held onto until
- // *after* we've coined a File with a new handle that has the correct type set on it. This allows the
- // blob storage system to track when a temp file can and can't be safely deleted.
+ // We can't directly use the snapshot blob data handle because the content
+ // type on it hasn't been set. The |snapshot| param is here to provide a a
+ // chain of custody thru thread bridging that is held onto until *after* we've
+ // coined a File with a new handle that has the correct type set on it. This
+ // allows the blob storage system to track when a temp file can and can't be
+ // safely deleted.
handleEventOrScheduleCallback(
m_successCallback.release(),

Powered by Google App Engine
This is Rietveld 408576698