| Index: chrome/browser/extensions/extension_tabs_module_constants.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_tabs_module_constants.cc (revision 25690)
|
| +++ chrome/browser/extensions/extension_tabs_module_constants.cc (working copy)
|
| @@ -42,6 +42,7 @@
|
| 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 kGetWindowFunction[] = "windows.get";
|
| const char kGetCurrentWindowFunction[] = "windows.getCurrent";
|
|
|