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

Unified Diff: ppapi/shared_impl/ppb_flash_shared.h

Issue 11225021: Move flash clipboard to the new proxy and add custom format support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 2 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
Index: ppapi/shared_impl/ppb_flash_shared.h
diff --git a/ppapi/shared_impl/ppb_flash_shared.h b/ppapi/shared_impl/ppb_flash_shared.h
index dfd209da3d7730b769519ac4c39e7482c797590f..29f8973402560e5c250244feb9302c26c964d682 100644
--- a/ppapi/shared_impl/ppb_flash_shared.h
+++ b/ppapi/shared_impl/ppb_flash_shared.h
@@ -21,10 +21,6 @@ class PPAPI_SHARED_EXPORT PPB_Flash_Shared : public thunk::PPB_Flash_API {
virtual void FreeDirContents(PP_Instance instance,
PP_DirContents_Dev* contents) OVERRIDE;
- protected:
- static bool IsValidClipboardType(PP_Flash_Clipboard_Type clipboard_type);
- static bool IsValidClipboardFormat(PP_Flash_Clipboard_Format format);
-
private:
DISALLOW_COPY_AND_ASSIGN(PPB_Flash_Shared);
};

Powered by Google App Engine
This is Rietveld 408576698