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

Unified Diff: chrome/renderer/extensions/api_activity_logger.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
« no previous file with comments | « no previous file | chrome/renderer/extensions/api_activity_logger.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/extensions/api_activity_logger.h
diff --git a/chrome/renderer/extensions/api_activity_logger.h b/chrome/renderer/extensions/api_activity_logger.h
index 9616d4a150cb3befe2d2c440e4312274f200e329..86240e9e69238fcdd1c1bfa405f4be5285b68a68 100644
--- a/chrome/renderer/extensions/api_activity_logger.h
+++ b/chrome/renderer/extensions/api_activity_logger.h
@@ -17,7 +17,7 @@ namespace extensions {
// recording and display.
class APIActivityLogger : public ChromeV8Extension {
public:
- APIActivityLogger(Dispatcher* dispatcher, v8::Handle<v8::Context> v8_context);
+ APIActivityLogger(Dispatcher* dispatcher, ChromeV8Context* context);
// This is ultimately invoked in schema_generated_bindings.js with
// JavaScript arguments. Logged as an APIAction.
@@ -57,4 +57,3 @@ class APIActivityLogger : public ChromeV8Extension {
} // namespace extensions
#endif // CHROME_RENDERER_EXTENSIONS_API_ACTIVITY_LOGGER_H_
-
« no previous file with comments | « no previous file | chrome/renderer/extensions/api_activity_logger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698