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

Unified Diff: chrome/renderer/extensions/pepper_request_natives.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/pepper_request_natives.h
diff --git a/chrome/renderer/extensions/pepper_request_natives.h b/chrome/renderer/extensions/pepper_request_natives.h
index 0f2b8d7e24c97dd7ed2905c389c76c38c0a12f83..c1b1add9ff35d1b82bb99fba72976a35f573c214 100644
--- a/chrome/renderer/extensions/pepper_request_natives.h
+++ b/chrome/renderer/extensions/pepper_request_natives.h
@@ -13,12 +13,11 @@ class Value;
}
namespace extensions {
-class ChromeV8Context;
// Custom bindings for handling API calls from pepper plugins.
class PepperRequestNatives : public ObjectBackedNativeHandler {
public:
- explicit PepperRequestNatives(ChromeV8Context* context);
+ explicit PepperRequestNatives(ScriptContext* context);
private:
// Sends a response to an API call to the pepper plugin which made the call.

Powered by Google App Engine
This is Rietveld 408576698