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

Unified Diff: chrome/browser/extensions/api/streams_private/streams_private_api.h

Issue 625993002: Split up streams logic to prepare for PlzNavigate RDH changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: zork comments Created 6 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: chrome/browser/extensions/api/streams_private/streams_private_api.h
diff --git a/chrome/browser/extensions/api/streams_private/streams_private_api.h b/chrome/browser/extensions/api/streams_private/streams_private_api.h
index 286104128f9c4f3801d64ab82c2a0fff4f078f7e..f416ac145c0c7c0a3790b463fa3fa72034bcedca 100644
--- a/chrome/browser/extensions/api/streams_private/streams_private_api.h
+++ b/chrome/browser/extensions/api/streams_private/streams_private_api.h
@@ -16,6 +16,7 @@
namespace content {
class BrowserContext;
class StreamHandle;
+struct StreamInfo;
}
namespace extensions {
@@ -37,7 +38,7 @@ class StreamsPrivateAPI : public BrowserContextKeyedAPI,
// in a BrowserPlugin, specify a non-empty |view_id| of the plugin.
void ExecuteMimeTypeHandler(const std::string& extension_id,
content::WebContents* web_contents,
- scoped_ptr<content::StreamHandle> stream,
+ scoped_ptr<content::StreamInfo> stream,
const std::string& view_id,
int64 expected_content_size);

Powered by Google App Engine
This is Rietveld 408576698