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

Unified Diff: chrome/renderer/chrome_content_renderer_client.h

Issue 23678008: Refactor KeySystems code to call a function to populate the info. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing file 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
Index: chrome/renderer/chrome_content_renderer_client.h
diff --git a/chrome/renderer/chrome_content_renderer_client.h b/chrome/renderer/chrome_content_renderer_client.h
index ef23b2800503ca466cee3a26e4748b416a78c0be..8160b338c7d78e32062ba7d3f19cb27fedc6d050 100644
--- a/chrome/renderer/chrome_content_renderer_client.h
+++ b/chrome/renderer/chrome_content_renderer_client.h
@@ -140,6 +140,9 @@ class ChromeContentRendererClient : public content::ContentRendererClient {
const base::string16& source) const OVERRIDE;
virtual bool AllowPepperMediaStreamAPI(const GURL& url) OVERRIDE;
xhwang 2013/09/04 21:48:40 remove this empty line? I don't see why AddKeySyst
ddorwin 2013/09/06 18:30:00 Done.
+ virtual void AddKeySystems(
+ std::vector<content::KeySystemInfo>* key_systems) OVERRIDE;
+
// For testing.
void SetExtensionDispatcher(extensions::Dispatcher* extension_dispatcher);
« no previous file with comments | « no previous file | chrome/renderer/chrome_content_renderer_client.cc » ('j') | content/public/renderer/content_renderer_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698