diff options
Diffstat (limited to 'chromium/extensions/browser/user_script_loader.h')
-rw-r--r-- | chromium/extensions/browser/user_script_loader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/extensions/browser/user_script_loader.h b/chromium/extensions/browser/user_script_loader.h index c48efc0d38e..92f62ce06a7 100644 --- a/chromium/extensions/browser/user_script_loader.h +++ b/chromium/extensions/browser/user_script_loader.h @@ -36,7 +36,7 @@ namespace extensions { // renderers of new shared memory region when new renderers appear, or when // script reloading completes. Script loading lives on the UI thread. Instances // of this class are embedded within classes with names ending in -// UserScriptMaster. These "master" classes implement the strategy for which +// UserScriptManager. These "manager" classes implement the strategy for which // scripts to load/unload on this logical unit of scripts. class UserScriptLoader : public content::RenderProcessHostCreationObserver { public: |