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

Unified Diff: third_party/WebKit/public/platform/WebURLResponse.h

Issue 2674953003: Only generate suggested filenames when actually dragging an image. (Closed)
Patch Set: Maybe? 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/public/platform/WebURLResponse.h
diff --git a/third_party/WebKit/public/platform/WebURLResponse.h b/third_party/WebKit/public/platform/WebURLResponse.h
index a9a490f686434e8c686deceb21bcf61ddb75bfde..d8e940a8bb0189b359fbb5f40468cfa8aa202734 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);
« content/renderer/drop_data_builder.cc ('K') | « 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