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

Unified Diff: content/child/npapi/webplugin.h

Issue 23830007: Support byte range requests when routing resource requests directly through the browser process. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 7 years, 3 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
« no previous file with comments | « content/child/npapi/plugin_url_fetcher.cc ('k') | content/child/npapi/webplugin_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/npapi/webplugin.h
===================================================================
--- content/child/npapi/webplugin.h (revision 223418)
+++ content/child/npapi/webplugin.h (working copy)
@@ -90,6 +90,9 @@
const char* range_info,
int range_request_id) = 0;
+ virtual void DidStartLoading() = 0;
+ virtual void DidStopLoading() = 0;
+
// Returns true iff in incognito mode.
virtual bool IsOffTheRecord() = 0;
« no previous file with comments | « content/child/npapi/plugin_url_fetcher.cc ('k') | content/child/npapi/webplugin_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698