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

Unified Diff: public/web/WebContextMenuData.h

Issue 334243004: Use suggested filename for "Save Link As" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
Index: public/web/WebContextMenuData.h
diff --git a/public/web/WebContextMenuData.h b/public/web/WebContextMenuData.h
index 09cb0f4251f39fb4e8fa0d2cceb8bf0fd890328b..a0349f7d8c46f3a789019a09b88fad39fab6eebc 100644
--- a/public/web/WebContextMenuData.h
+++ b/public/web/WebContextMenuData.h
@@ -117,6 +117,9 @@ struct WebContextMenuData {
// Whether spell checking is enabled.
bool isSpellCheckingEnabled;
+ // Suggested filename for saving file
Inactive 2014/06/18 12:37:54 ditto.
Nikhil 2014/06/18 13:51:34 Done.
+ WebString suggestedFilename;
+
// The editable (possibily) misspelled word.
WebString misspelledWord;
« Source/web/ContextMenuClientImpl.cpp ('K') | « Source/web/ContextMenuClientImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698