| Index: chrome/renderer/pepper/ppb_flash_print_impl.h
|
| diff --git a/chrome/renderer/pepper/ppb_flash_print_impl.h b/chrome/renderer/pepper/ppb_flash_print_impl.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5cf3b02c79e8d92c89fe7f8ffca7471c35bae2de
|
| --- /dev/null
|
| +++ b/chrome/renderer/pepper/ppb_flash_print_impl.h
|
| @@ -0,0 +1,15 @@
|
| +// Copyright (c) 2012 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 CHROME_RENDERER_PEPPER_PPB_FLASH_PRINT_IMPL_H_
|
| +#define CHROME_RENDERER_PEPPER_PPB_FLASH_PRINT_IMPL_H_
|
| +
|
| +struct PPB_Flash_Print_1_0;
|
| +
|
| +class PPB_Flash_Print_Impl {
|
| + public:
|
| + static const PPB_Flash_Print_1_0* GetInterface();
|
| +};
|
| +
|
| +#endif // CHROME_RENDERER_PEPPER_PPB_FLASH_PRINT_IMPL_H_
|
|
|