Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(772)

Unified Diff: third_party/npapi/bindings/npapi_extensions_private.h

Issue 1860753002: Remove third_party/npapi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_03_content_child_npapi
Patch Set: messed up previous upload Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/npapi/bindings/npapi_extensions.h ('k') | third_party/npapi/bindings/npapi_x11.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/npapi/bindings/npapi_extensions_private.h
diff --git a/third_party/npapi/bindings/npapi_extensions_private.h b/third_party/npapi/bindings/npapi_extensions_private.h
deleted file mode 100644
index 3b0a4587baffec006ed280055cad23504aede046..0000000000000000000000000000000000000000
--- a/third_party/npapi/bindings/npapi_extensions_private.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/* Copyright (c) 2006-2010 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 _NP_EXTENSIONS_PRIVATE_H_
-#define _NP_EXTENSIONS_PRIVATE_H_
-
-#include "third_party/npapi/bindings/npapi.h"
-
-// Some reserved GetStateContext/SetStateContext selectors.
-typedef enum {
- NPExtensionsReservedStateSharedMemory = 66536,
- // Used by the Device2D and Audio devices to return a pointer to the
- // structure used to implement the shared memory buffer for the device.
- NPExtensionsReservedStateSharedMemorySize = 66537,
- // Used by the Audio device to return a pointer to the
- // structure used to implement the shared memory buffer for the device.
- NPExtensionsReservedStateSyncChannel = 66538,
- // Used by the Audio device to return a pointer to the
- // structure used to implement the synchronization channel for the device.
- NPExtensionsReservedStateSharedMemoryChecksum = 66539
- // Used by the Device2D to return the CRC32 checksum of the content
- // stored in the shared memory buffer for the device.
-} NPExtensionsReservedStates;
-
-#endif /* _NP_EXTENSIONS_PRIVATE_H_ */
« no previous file with comments | « third_party/npapi/bindings/npapi_extensions.h ('k') | third_party/npapi/bindings/npapi_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698