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

Unified Diff: extensions/renderer/storage_area.cc

Issue 2718543004: [Extensions Bindings] Add ChromeSetting custom type (Closed)
Patch Set: rebase Created 3 years, 10 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 | « extensions/renderer/storage_area.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/storage_area.cc
diff --git a/extensions/renderer/storage_area.cc b/extensions/renderer/storage_area.cc
index 4b68e717f03a61c812c6a6bc763c26e906d0bbbe..bfad38dab1d891a64fb7aa587dd140c4ac22a1d6 100644
--- a/extensions/renderer/storage_area.cc
+++ b/extensions/renderer/storage_area.cc
@@ -153,6 +153,7 @@ v8::Local<v8::Object> StorageArea::CreateStorageArea(
v8::Local<v8::Context> context,
const std::string& property_name,
APIRequestHandler* request_handler,
+ APIEventHandler* event_handler,
APITypeReferenceMap* type_refs) {
v8::Context::Scope context_scope(context);
v8::Local<v8::Object> object;
« no previous file with comments | « extensions/renderer/storage_area.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698