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

Unified Diff: extensions/renderer/storage_area.h

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/native_extension_bindings_system.cc ('k') | extensions/renderer/storage_area.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/storage_area.h
diff --git a/extensions/renderer/storage_area.h b/extensions/renderer/storage_area.h
index fbe6df3a6f5d8f10d5f737901796c10c2975325f..5906da20c9a9b511a6304844bb19764f7fb0af7c 100644
--- a/extensions/renderer/storage_area.h
+++ b/extensions/renderer/storage_area.h
@@ -16,6 +16,7 @@ class Arguments;
}
namespace extensions {
+class APIEventHandler;
class APIRequestHandler;
class APITypeReferenceMap;
@@ -33,6 +34,7 @@ class StorageArea {
v8::Local<v8::Context> context,
const std::string& property_name,
APIRequestHandler* request_handler,
+ APIEventHandler* event_handler,
APITypeReferenceMap* type_refs);
void HandleFunctionCall(const std::string& method_name,
« no previous file with comments | « extensions/renderer/native_extension_bindings_system.cc ('k') | extensions/renderer/storage_area.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698