diff options
Diffstat (limited to 'chrome/browser/profile.cc')
-rw-r--r-- | chrome/browser/profile.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc index e46cb81..63b8c1d 100644 --- a/chrome/browser/profile.cc +++ b/chrome/browser/profile.cc @@ -672,10 +672,6 @@ void ProfileImpl::InitExtensions() { if (command_line->HasSwitch(switches::kLoadExtension)) { FilePath path = command_line->GetSwitchValuePath(switches::kLoadExtension); extensions_service_->LoadExtension(path); - - // Tell UserScriptMaser to watch this extension's directory for changes so - // you can live edit content scripts during development. - user_script_master_->AddWatchedPath(path); } } |