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

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

Issue 16032015: Extensions: pass ChromeV8Context around instead of v8::Handle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years, 6 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/api_definitions_natives.h
diff --git a/chrome/renderer/extensions/api_definitions_natives.h b/chrome/renderer/extensions/api_definitions_natives.h
index 00f6d640d1da53cd7a58feecb8213b5342469480..e0c19cbb7c418af6b6bf40c099bec18adef67202 100644
--- a/chrome/renderer/extensions/api_definitions_natives.h
+++ b/chrome/renderer/extensions/api_definitions_natives.h
@@ -22,9 +22,6 @@ class ApiDefinitionsNatives : public ChromeV8Extension {
private:
// Returns the list of all schemas that are available to the calling context.
v8::Handle<v8::Value> GetExtensionAPIDefinitions(const v8::Arguments& args);
-
- ChromeV8Context* context_;
-
DISALLOW_COPY_AND_ASSIGN(ApiDefinitionsNatives);
};
« no previous file with comments | « chrome/renderer/extensions/api_activity_logger.cc ('k') | chrome/renderer/extensions/api_definitions_natives.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698