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

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: 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
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..5d2282b8549933460495ed8c3145fceb506a566d 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 std::vector<UserScript> GetScriptsMetadata(const Extension* extension);
// Script loader that handles loading contents of scripts into shared memory
// and notifying renderers of scripts in shared memory.

Powered by Google App Engine
This is Rietveld 408576698