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

Unified Diff: chrome/renderer/extensions/extension_dispatcher.cc

Issue 8733004: Make ExtensionService use ExtensionSet. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: + Created 9 years 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 | « chrome/common/extensions/extension_set.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/extensions/extension_dispatcher.cc
diff --git a/chrome/renderer/extensions/extension_dispatcher.cc b/chrome/renderer/extensions/extension_dispatcher.cc
index cc003fd1fa6865ff8aa898a58fdd17b2b86205d5..c33b488651ff848081055fe0f7abf9ac8d23d2cc 100644
--- a/chrome/renderer/extensions/extension_dispatcher.cc
+++ b/chrome/renderer/extensions/extension_dispatcher.cc
@@ -293,7 +293,7 @@ void ExtensionDispatcher::DidCreateScriptContext(
extension_id = user_script_slave_->GetExtensionIdForIsolatedWorld(world_id);
} else {
GURL frame_url = UserScriptSlave::GetDataSourceURLForFrame(frame);
- extension_id = extensions_.GetIdByURL(
+ extension_id = extensions_.GetIDByURL(
ExtensionURLInfo(frame->document().securityOrigin(), frame_url));
}
« no previous file with comments | « chrome/common/extensions/extension_set.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698