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

Unified Diff: third_party/WebKit/public/web/WebContextMenuData.h

Issue 2801003004: Add "Paste as plain text" into text selection toolbar overflow (Closed)
Patch Set: review update Created 3 years, 8 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/web/WebContextMenuData.h
diff --git a/third_party/WebKit/public/web/WebContextMenuData.h b/third_party/WebKit/public/web/WebContextMenuData.h
index 9e261cb4ff879e36dabf2aba8a5be9e99705fcb7..e23775101e1a928f0aeb7bd5dc218235d7c36682 100644
--- a/third_party/WebKit/public/web/WebContextMenuData.h
+++ b/third_party/WebKit/public/web/WebContextMenuData.h
@@ -177,6 +177,7 @@ struct WebContextMenuData {
kCanDelete = 0x20,
kCanSelectAll = 0x40,
kCanTranslate = 0x80,
+ kCanEditRichly = 0x100,
};
// Which edit operations are available in the context.

Powered by Google App Engine
This is Rietveld 408576698