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

Unified Diff: extensions/browser/extension_function_dispatcher.cc

Issue 2522763005: [Extensions] Remove the source_tab_id property on API request messages (Closed)
Patch Set: compile Created 4 years, 1 month 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/browser/extension_function.cc ('k') | extensions/common/extension_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_function_dispatcher.cc
diff --git a/extensions/browser/extension_function_dispatcher.cc b/extensions/browser/extension_function_dispatcher.cc
index 43469fb5a1273229f2e6e382726289968304b3a8..1c5c192054591d3d4595c16b792d84b798ab6916 100644
--- a/extensions/browser/extension_function_dispatcher.cc
+++ b/extensions/browser/extension_function_dispatcher.cc
@@ -639,7 +639,6 @@ ExtensionFunction* ExtensionFunctionDispatcher::CreateExtensionFunction(
function->set_extension(extension);
function->set_profile_id(profile_id);
function->set_response_callback(callback);
- function->set_source_tab_id(params.source_tab_id);
function->set_source_context_type(
process_map.GetMostLikelyContextType(extension, requesting_process_id));
function->set_source_process_id(requesting_process_id);
« no previous file with comments | « extensions/browser/extension_function.cc ('k') | extensions/common/extension_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698