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

Side by Side Diff: webkit/renderer/clipboard_utils.h

Issue 17420005: Move the following clipboard files from webkit\glue to webkit\renderer. These files now live in the… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/plugins/ppapi/plugin_delegate.h ('k') | webkit/renderer/clipboard_utils.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 //
5
6 #ifndef WEBKIT_RENDERER_CLIPBOARD_UTILS_H_
7 #define WEBKIT_RENDERER_CLIPBOARD_UTILS_H_
8
9 #include <string>
10 #include "third_party/WebKit/public/platform/WebClipboard.h"
11 #include "third_party/WebKit/public/platform/WebURL.h"
12 #include "webkit/renderer/webkit_renderer_export.h"
13
14 using WebKit::WebString;
15 using WebKit::WebURL;
16
17 namespace webkit_clipboard {
18
19 WEBKIT_RENDERER_EXPORT std::string URLToMarkup(const WebURL& url,
20 const WebString& title);
21 WEBKIT_RENDERER_EXPORT std::string URLToImageMarkup(const WebURL& url,
22 const WebString& title);
23 } // webkit_clipboard
24
25 #endif // WEBKIT_RENDERER_CLIPBOARD_UTILS_H_
OLDNEW
« no previous file with comments | « webkit/plugins/ppapi/plugin_delegate.h ('k') | webkit/renderer/clipboard_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698