| Index: net/base/net_util.h
|
| ===================================================================
|
| --- net/base/net_util.h (revision 27849)
|
| +++ net/base/net_util.h (working copy)
|
| @@ -19,7 +19,6 @@
|
| #include "net/base/escape.h"
|
|
|
| struct addrinfo;
|
| -class Clipboard;
|
| class FilePath;
|
| class GURL;
|
|
|
| @@ -240,11 +239,6 @@
|
| return FormatUrl(url, languages, true, UnescapeRule::SPACES, NULL, NULL);
|
| }
|
|
|
| -// Writes a string representation of |url| to the system clipboard.
|
| -void WriteURLToClipboard(const GURL& url,
|
| - const std::wstring& languages,
|
| - Clipboard *clipboard);
|
| -
|
| // Strip the portions of |url| that aren't core to the network request.
|
| // - user name / password
|
| // - reference section
|
|
|