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

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

Issue 263513004: Forward MIME types to BrowserPlugin when a viewer is specified. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Style cleanup Created 6 years, 8 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 fcf724591518bffbe6ac4ff0df2d5ed7bf2ea128..710ab0f2e73d34586195c8c1c8518b1292fecf7a 100644
--- a/chrome/browser/extensions/api/streams_private/streams_private_api.h
+++ b/chrome/browser/extensions/api/streams_private/streams_private_api.h
@@ -33,6 +33,7 @@ class StreamsPrivateAPI : public BrowserContextKeyedAPI,
void ExecuteMimeTypeHandler(const std::string& extension_id,
const content::WebContents* web_contents,
scoped_ptr<content::StreamHandle> stream,
+ const std::string& view_id,
not at google - send to devlin 2014/04/30 00:48:51 this function needs to explain what these paramete
Zachary Kuznia 2014/04/30 01:23:35 Done.
int64 expected_content_size);
// BrowserContextKeyedAPI implementation.

Powered by Google App Engine
This is Rietveld 408576698