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

Unified Diff: chrome/renderer/extensions/cast_streaming_native_handler.h

Issue 240603003: Remove ChromeV8Extension & most of ChromeV8Context (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/renderer/extensions/cast_streaming_native_handler.h
diff --git a/chrome/renderer/extensions/cast_streaming_native_handler.h b/chrome/renderer/extensions/cast_streaming_native_handler.h
index a78e9b4a9eceaeecaa4567d47296f5d1b06a1219..f468186e16302de3d4e0f32c63258e2ad7d867a6 100644
--- a/chrome/renderer/extensions/cast_streaming_native_handler.h
+++ b/chrome/renderer/extensions/cast_streaming_native_handler.h
@@ -23,12 +23,10 @@ class DictionaryValue;
namespace extensions {
-class ChromeV8Context;
-
// Native code that handle chrome.webrtc custom bindings.
class CastStreamingNativeHandler : public ObjectBackedNativeHandler {
public:
- explicit CastStreamingNativeHandler(ChromeV8Context* context);
+ explicit CastStreamingNativeHandler(ScriptContext* context);
virtual ~CastStreamingNativeHandler();
private:

Powered by Google App Engine
This is Rietveld 408576698