Chromium Code Reviews| 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; |