// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_EXTENSIONS_API_MESSAGING_CHROME_MESSAGING_DELEGATE_H_ #define CHROME_BROWSER_EXTENSIONS_API_MESSAGING_CHROME_MESSAGING_DELEGATE_H_ #include "extensions/browser/api/messaging/messaging_delegate.h" #include "extensions/common/extension_id.h" namespace extensions { // Helper class for Chrome-specific features of the extension messaging API. class ChromeMessagingDelegate : public MessagingDelegate { … }; } // namespace extensions #endif // CHROME_BROWSER_EXTENSIONS_API_MESSAGING_CHROME_MESSAGING_DELEGATE_H_