diff options
Diffstat (limited to 'chrome/browser/extensions/extension_history_api.cc')
-rw-r--r-- | chrome/browser/extensions/extension_history_api.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_history_api.cc b/chrome/browser/extensions/extension_history_api.cc index 3df0509..95d3acb 100644 --- a/chrome/browser/extensions/extension_history_api.cc +++ b/chrome/browser/extensions/extension_history_api.cc @@ -304,7 +304,7 @@ bool AddUrlHistoryFunction::RunImpl() { return false; HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS); - hs->AddPage(url, history::SOURCE_EXTENSION); + hs->AddPage(url); SendResponse(true); return true; |