| Index: ppapi/api/private/ppp_find_private.idl
|
| diff --git a/ppapi/api/dev/ppp_find_dev.idl b/ppapi/api/private/ppp_find_private.idl
|
| similarity index 92%
|
| rename from ppapi/api/dev/ppp_find_dev.idl
|
| rename to ppapi/api/private/ppp_find_private.idl
|
| index d277d9529db3aa1cc073eee7fefcd5c0eb5cfc8a..5c85c3f61b620ad718b095bcd191de03b7c116b4 100644
|
| --- a/ppapi/api/dev/ppp_find_dev.idl
|
| +++ b/ppapi/api/private/ppp_find_private.idl
|
| @@ -7,10 +7,7 @@ label Chrome {
|
| M14 = 0.3
|
| };
|
|
|
| -/**
|
| - * TODO(raymes): Make PPP/PPB_Find_Dev a private interface.
|
| - */
|
| -interface PPP_Find_Dev {
|
| +interface PPP_Find_Private {
|
| /**
|
| * Finds the given UTF-8 text starting at the current selection. The number of
|
| * results will be updated asynchronously via NumberOfFindResultsChanged in
|
|
|