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

Unified Diff: chrome/renderer/extensions/tts_custom_bindings.cc

Issue 11571014: Lazy load chrome.* APIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android compilation Created 7 years, 9 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 | « chrome/renderer/extensions/tts_custom_bindings.h ('k') | chrome/renderer/extensions/v8_schema_registry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/extensions/tts_custom_bindings.cc
diff --git a/chrome/renderer/extensions/tts_custom_bindings.cc b/chrome/renderer/extensions/tts_custom_bindings.cc
index 8720aa8ac12deacca5a16b69abd482a6b9bdc21d..a03e321cc538b84e2318be99bbc0b8eb8124c504 100644
--- a/chrome/renderer/extensions/tts_custom_bindings.cc
+++ b/chrome/renderer/extensions/tts_custom_bindings.cc
@@ -11,8 +11,9 @@
namespace extensions {
-TTSCustomBindings::TTSCustomBindings()
- : ChromeV8Extension(NULL) {
+TTSCustomBindings::TTSCustomBindings(
+ Dispatcher* dispatcher, v8::Handle<v8::Context> v8_context)
+ : ChromeV8Extension(dispatcher, v8_context) {
RouteStaticFunction("GetNextTTSEventId", &GetNextTTSEventId);
}
« no previous file with comments | « chrome/renderer/extensions/tts_custom_bindings.h ('k') | chrome/renderer/extensions/v8_schema_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698