|  | // Copyright 2018 The Chromium Authors. All rights reserved. | 
|  | // Use of this source code is governed by a BSD-style license that can be | 
|  | // found in the LICENSE file. | 
|  |  | 
|  | #ifndef EXTENSIONS_BROWSER_EXTENSION_FUNCTION_CONSTANTS_H_ | 
|  | #define EXTENSIONS_BROWSER_EXTENSION_FUNCTION_CONSTANTS_H_ | 
|  |  | 
|  | namespace extensions { | 
|  | namespace function_constants { | 
|  |  | 
|  | // TODO(devlin): Move ExtensionFunction::kUnknownErrorDoNotUse here. | 
|  | extern const char kCouldNotFindSenderWebContents[]; | 
|  |  | 
|  | }  // namespace function_constants | 
|  | }  // namespace extensions | 
|  |  | 
|  | #endif  // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_CONSTANTS_H_ |