| Index: chrome/browser/extensions/api/history/history_api.cc
|
| diff --git a/chrome/browser/extensions/api/history/history_api.cc b/chrome/browser/extensions/api/history/history_api.cc
|
| index 8faa05675dc05bb16922c1b6f165620eb0cfd493..1b8b962c271078ab2372ce4e12a870873508a374 100644
|
| --- a/chrome/browser/extensions/api/history/history_api.cc
|
| +++ b/chrome/browser/extensions/api/history/history_api.cc
|
| @@ -57,7 +57,6 @@ namespace Search = api::history::Search;
|
|
|
| namespace {
|
|
|
| -const char kInvalidIdError[] = "History item id is invalid.";
|
| const char kInvalidUrlError[] = "Url is invalid.";
|
| const char kDeleteProhibitedError[] = "Browsing history is not allowed to be "
|
| "deleted.";
|
|
|