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

Unified Diff: ppapi/native_client/src/trusted/plugin/plugin.h

Issue 8548018: Make the rate limiting of Native Client Plugin progress events more robust. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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: ppapi/native_client/src/trusted/plugin/plugin.h
===================================================================
--- ppapi/native_client/src/trusted/plugin/plugin.h (revision 110385)
+++ ppapi/native_client/src/trusted/plugin/plugin.h (working copy)
@@ -560,7 +560,7 @@
// downloaded.
const FileDownloader* FindFileDownloader(PP_Resource url_loader) const;
- int64_t last_event_bytes_received_;
+ int64_t time_of_last_progress_event_;
};
} // namespace plugin
« no previous file with comments | « no previous file | ppapi/native_client/src/trusted/plugin/plugin.cc » ('j') | ppapi/native_client/src/trusted/plugin/plugin.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698