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

Unified Diff: third_party/WebKit/public/platform/WebURLResponse.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
« no previous file with comments | « third_party/WebKit/public/platform/WebDragData.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebURLResponse.h
diff --git a/third_party/WebKit/public/platform/WebURLResponse.h b/third_party/WebKit/public/platform/WebURLResponse.h
index 79f275de6bbc60915f80adba841667572848894e..0db0de00072b13f1f35701937340660e7757887a 100644
--- a/third_party/WebKit/public/platform/WebURLResponse.h
+++ b/third_party/WebKit/public/platform/WebURLResponse.h
@@ -174,9 +174,6 @@ class WebURLResponse {
BLINK_PLATFORM_EXPORT WebString textEncodingName() const;
BLINK_PLATFORM_EXPORT void setTextEncodingName(const WebString&);
- BLINK_PLATFORM_EXPORT WebString suggestedFileName() const;
- BLINK_PLATFORM_EXPORT void setSuggestedFileName(const WebString&);
-
BLINK_PLATFORM_EXPORT HTTPVersion httpVersion() const;
BLINK_PLATFORM_EXPORT void setHTTPVersion(HTTPVersion);
« no previous file with comments | « third_party/WebKit/public/platform/WebDragData.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698