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: trunk/src/content/public/renderer/content_renderer_client.h

Issue 23708020: Revert 222074 "Refactor KeySystems code to call a function to po..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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: trunk/src/content/public/renderer/content_renderer_client.h
===================================================================
--- trunk/src/content/public/renderer/content_renderer_client.h (revision 222090)
+++ trunk/src/content/public/renderer/content_renderer_client.h (working copy)
@@ -6,7 +6,6 @@
#define CONTENT_PUBLIC_RENDERER_CONTENT_RENDERER_CLIENT_H_
#include <string>
-#include <vector>
#include "base/memory/weak_ptr.h"
#include "base/strings/string16.h"
@@ -52,7 +51,6 @@
class RenderView;
class SynchronousCompositor;
-struct KeySystemInfo;
struct WebPluginInfo;
// Embedder API for participating in renderer logic.
@@ -246,10 +244,6 @@
// Returns true if the page at |url| can use Pepper MediaStream APIs.
virtual bool AllowPepperMediaStreamAPI(const GURL& url);
- // Gives the embedder a chance to register the key system(s) it supports by
- // populating |key_systems|.
- virtual void AddKeySystems(std::vector<KeySystemInfo>* key_systems);
-
// Returns true if we should report a detailed message (including a stack
// trace) for console [logs|errors|exceptions]. |source| is the WebKit-
// reported source for the error; this can point to a page or a script,
« no previous file with comments | « trunk/src/content/content_renderer.gypi ('k') | trunk/src/content/public/renderer/content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698