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

Unified Diff: chrome/browser/extensions/extension_function_dispatcher.h

Issue 9969136: Reland r130462: Implement FeatureProvider for ExtensionAPI." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Replace lazy-loading of schemas. I removed this accidentally in my first patch. Created 8 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
Index: chrome/browser/extensions/extension_function_dispatcher.h
diff --git a/chrome/browser/extensions/extension_function_dispatcher.h b/chrome/browser/extensions/extension_function_dispatcher.h
index 13611ffd6d9a28246fc22d483aeaa2308deb42f0..67c765657b1fe7c3feb946286902ca800ba46b31 100644
--- a/chrome/browser/extensions/extension_function_dispatcher.h
+++ b/chrome/browser/extensions/extension_function_dispatcher.h
@@ -28,6 +28,7 @@ class WebContents;
}
namespace extensions {
+class ExtensionAPI;
class ProcessMap;
}
@@ -126,6 +127,7 @@ class ExtensionFunctionDispatcher
const Extension* extension,
int requesting_process_id,
const extensions::ProcessMap& process_map,
+ extensions::ExtensionAPI* api,
void* profile,
IPC::Message::Sender* ipc_sender,
int routing_id);

Powered by Google App Engine
This is Rietveld 408576698