From ec728f5b395fc123df1fa0da3dc665bd703e9a6d Mon Sep 17 00:00:00 2001 From: "viettrungluu@chromium.org" Date: Thu, 7 Jun 2012 22:43:32 +0000 Subject: Pepper Flash: Remove PPB_Flash 11. We don't need it any longer (and haven't for a while). TEST=builds Review URL: https://chromiumcodereview.appspot.com/10546055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141102 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/cpp/private/flash.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ppapi/cpp') diff --git a/ppapi/cpp/private/flash.cc b/ppapi/cpp/private/flash.cc index 0eb83d6..f5fd7f0 100644 --- a/ppapi/cpp/private/flash.cc +++ b/ppapi/cpp/private/flash.cc @@ -82,8 +82,7 @@ bool Flash::IsAvailable() { return has_interface() || has_interface() || has_interface() || - has_interface() || - has_interface(); + has_interface(); } // static -- cgit v1.1