| Index: chrome/browser/extensions/api/tabs/tabs_constants.cc
|
| diff --git a/chrome/browser/extensions/api/tabs/tabs_constants.cc b/chrome/browser/extensions/api/tabs/tabs_constants.cc
|
| index 926a3544ecd3cf2f2c1e26ec089f4c05cdeff8cd..503aa40594dbcb4ed5659474afb9f3f03578078e 100644
|
| --- a/chrome/browser/extensions/api/tabs/tabs_constants.cc
|
| +++ b/chrome/browser/extensions/api/tabs/tabs_constants.cc
|
| @@ -91,8 +91,6 @@ const char kIncognitoModeIsForced[] = "Incognito mode is forced. "
|
| const char kURLsNotAllowedInIncognitoError[] = "Cannot open URL \"*\" "
|
| "in an incognito window.";
|
| const char kInvalidUrlError[] = "Invalid url: \"*\".";
|
| -const char kInternalVisibleTabCaptureError[] =
|
| - "Internal error while trying to capture visible region of the current tab";
|
| const char kNotImplementedError[] = "This call is not yet implemented";
|
| const char kSupportedInWindowsOnlyError[] = "Supported in Windows only";
|
| const char kInvalidWindowTypeError[] = "Invalid value for type";
|
|
|