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

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

Issue 2228743002: Rework some UserScriptLoader logic in preparation to removing UserScript copy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync @tott Created 4 years, 4 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 | « no previous file | chrome/browser/extensions/shared_user_script_master.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/shared_user_script_master.h
diff --git a/chrome/browser/extensions/shared_user_script_master.h b/chrome/browser/extensions/shared_user_script_master.h
index b697829e98a6f82889a89ecfece5227373eb0bc9..5fb32d413df7f7ba8bfa18eb8fd6ce32285aef5d 100644
--- a/chrome/browser/extensions/shared_user_script_master.h
+++ b/chrome/browser/extensions/shared_user_script_master.h
@@ -45,7 +45,7 @@ class SharedUserScriptMaster : public ExtensionRegistryObserver {
// Gets an extension's scripts' metadata; i.e., gets a list of UserScript
// objects that contains script info, but not the contents of the scripts.
- const std::set<UserScript> GetScriptsMetadata(const Extension* extension);
+ const UserScriptList GetScriptsMetadata(const Extension* extension);
// Script loader that handles loading contents of scripts into shared memory
// and notifying renderers of scripts in shared memory.
« no previous file with comments | « no previous file | chrome/browser/extensions/shared_user_script_master.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698