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

Unified Diff: third_party/mozilla/NSPasteboard+Utils.h

Issue 2014733003: Removing parsing of text from pasteboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compilation fix Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/web_contents/web_drag_dest_mac.mm ('k') | third_party/mozilla/NSPasteboard+Utils.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mozilla/NSPasteboard+Utils.h
diff --git a/third_party/mozilla/NSPasteboard+Utils.h b/third_party/mozilla/NSPasteboard+Utils.h
index 58f0d66ba71f9fa64b18fa81f95b5f9b92732a8f..559e32a5f12e46d9b340ff5c88e31a91d6cdcf86 100644
--- a/third_party/mozilla/NSPasteboard+Utils.h
+++ b/third_party/mozilla/NSPasteboard+Utils.h
@@ -54,9 +54,10 @@ MOZILLA_EXPORT extern NSString* const kWebURLsWithTitlesPboardType;
- (void) setURLs:(NSArray*)inUrls withTitles:(NSArray*)inTitles;
- (void) getURLs:(NSArray**)outUrls
- andTitles:(NSArray**)outTitles
- convertingFilenames:(BOOL)convertFilenames;
-- (BOOL) containsURLData;
+ andTitles:(NSArray**)outTitles
+ convertingFilenames:(BOOL)convertFilenames
+ convertingTextToURL:(BOOL)convertTextToURL;
+- (BOOL) containsURLDataConvertingTextToURL:(BOOL)convertTextToURL;
@end
« no previous file with comments | « content/browser/web_contents/web_drag_dest_mac.mm ('k') | third_party/mozilla/NSPasteboard+Utils.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698