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

Unified Diff: third_party/WebKit/Source/platform/clipboard/ClipboardUtilities.h

Issue 2674953003: Only generate suggested filenames when actually dragging an image. (Closed)
Patch Set: rebase Created 3 years, 10 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
Index: third_party/WebKit/Source/platform/clipboard/ClipboardUtilities.h
diff --git a/third_party/WebKit/Source/platform/clipboard/ClipboardUtilities.h b/third_party/WebKit/Source/platform/clipboard/ClipboardUtilities.h
index 5d4546b268df657f4ce21b5efc8ade114be610a5..27b8bf7483ee050690ac57471e3e5966bdee0fe7 100644
--- a/third_party/WebKit/Source/platform/clipboard/ClipboardUtilities.h
+++ b/third_party/WebKit/Source/platform/clipboard/ClipboardUtilities.h
@@ -42,8 +42,6 @@ PLATFORM_EXPORT void replaceNewlinesWithWindowsStyleNewlines(String&);
#endif
PLATFORM_EXPORT void replaceNBSPWithSpace(String&);
PLATFORM_EXPORT String convertURIListToURL(const String& uriList);
-// FIXME: This should probably be implemented in the embedder rather than here.
-PLATFORM_EXPORT void validateFilename(String& name, String& extension);
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/clipboard/ClipboardUtilitiesPosix.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698