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

Unified Diff: Source/modules/filesystem/FileWriter.h

Issue 440913002: DevTools: Async call stacks for FileSystem API part 2. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: Source/modules/filesystem/FileWriter.h
diff --git a/Source/modules/filesystem/FileWriter.h b/Source/modules/filesystem/FileWriter.h
index a6c01a9c133dbe61f3959d727acfbc01e6f4f99e..cb98f10279248b0bf086ad97e3ee9ba2c4f7b499 100644
--- a/Source/modules/filesystem/FileWriter.h
+++ b/Source/modules/filesystem/FileWriter.h
@@ -120,6 +120,7 @@ private:
long long m_recursionDepth;
double m_lastProgressNotificationTimeMS;
RefPtrWillBeMember<Blob> m_blobBeingWritten;
+ int m_asyncOperationId;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698