diff options
Diffstat (limited to 'chrome/browser/extensions/extension_tabs_module_constants.cc')
-rw-r--r-- | chrome/browser/extensions/extension_tabs_module_constants.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_tabs_module_constants.cc b/chrome/browser/extensions/extension_tabs_module_constants.cc index d1647f8..c7c515b 100644 --- a/chrome/browser/extensions/extension_tabs_module_constants.cc +++ b/chrome/browser/extensions/extension_tabs_module_constants.cc @@ -68,7 +68,6 @@ const char kMoreThanOneValuesError[] = "Code and file should not be specified " "at the same time in the second argument."; const char kLoadFileError[] = "Failed to load file: \"*\". "; const char kCannotUpdatePinnedTab[] = "Cannot update pinned tabs"; -const char kCannotRemovePhantomTab[] = "Cannot remove phantom tabs"; const char kCannotDetermineLanguageOfUnloadedTab[] = "Cannot determine language: tab not loaded"; |