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

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: Review comments 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..bf7cd545ab0c22d992b5abc9dc0a34bf3e44c345 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.
+ 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