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

Unified Diff: net/base/net_util.h

Issue 260003: Move the clipboard stuff out of base and into app/clipboard. I renamed... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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
« no previous file with comments | « chrome/test/testing_browser_process.h ('k') | net/base/net_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/test/testing_browser_process.h ('k') | net/base/net_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698