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

Unified Diff: extensions/browser/extension_function_dispatcher.cc

Issue 379963002: [WIP] Make extension APIs work in devtools APIs when docked. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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: extensions/browser/extension_function_dispatcher.cc
diff --git a/extensions/browser/extension_function_dispatcher.cc b/extensions/browser/extension_function_dispatcher.cc
index fb3b50d66b28fedf401c357d85df84a44ec02079..fb16db87e6c3a2222f30e49c86e4ffce8a417432 100644
--- a/extensions/browser/extension_function_dispatcher.cc
+++ b/extensions/browser/extension_function_dispatcher.cc
@@ -293,6 +293,8 @@ ExtensionFunctionDispatcher::~ExtensionFunctionDispatcher() {
void ExtensionFunctionDispatcher::Dispatch(
const ExtensionHostMsg_Request_Params& params,
RenderViewHost* render_view_host) {
+ LOG(INFO) << "Dispatched " << params.name;
not at google - send to devlin 2014/07/09 18:18:45 calls are never reaching here.
+
UIThreadResponseCallbackWrapperMap::const_iterator
iter = ui_thread_response_callback_wrappers_.find(render_view_host);
UIThreadResponseCallbackWrapper* callback_wrapper = NULL;

Powered by Google App Engine
This is Rietveld 408576698