Chromium Code Reviews| Index: base/clipboard.h |
| =================================================================== |
| --- base/clipboard.h (revision 22158) |
| +++ base/clipboard.h (working copy) |
| @@ -193,8 +193,6 @@ |
| // Write changes to gtk clipboard. |
| void SetGtkClipboard(); |
| - // Free pointers in clipboard_data_ and clear() the map. |
| - void FreeTargetMap(); |
| // Insert a mapping into clipboard_data_. |
| void InsertMapping(const char* key, char* data, size_t data_len); |