// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef EXTENSIONS_BROWSER_API_PRINTER_PROVIDER_PRINTER_PROVIDER_INTERNAL_API_OBSERVER_H_ #define EXTENSIONS_BROWSER_API_PRINTER_PROVIDER_PRINTER_PROVIDER_INTERNAL_API_OBSERVER_H_ #include <vector> #include "base/values.h" #include "extensions/common/api/printer_provider.h" #include "extensions/common/api/printer_provider_internal.h" namespace extensions { class Extension; // Interface for observing chrome.printerProviderInternal API function calls. class PrinterProviderInternalAPIObserver { … }; } // namespace extensions #endif // EXTENSIONS_BROWSER_API_PRINTER_PROVIDER_PRINTER_PROVIDER_INTERNAL_API_OBSERVER_H_