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

Unified Diff: components/renderer_context_menu/context_menu_content_type.h

Issue 1142923002: Add a "Save password" item to the context menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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: components/renderer_context_menu/context_menu_content_type.h
diff --git a/components/renderer_context_menu/context_menu_content_type.h b/components/renderer_context_menu/context_menu_content_type.h
index eed47b3f587bc2ede4127b79068e041048d31414..b1c81b59b94b32c82815abe4b5f2fb0d13731998 100644
--- a/components/renderer_context_menu/context_menu_content_type.h
+++ b/components/renderer_context_menu/context_menu_content_type.h
@@ -43,7 +43,8 @@ class ContextMenuContentType {
ITEM_GROUP_CURRENT_EXTENSION,
ITEM_GROUP_DEVELOPER,
ITEM_GROUP_DEVTOOLS_UNPACKED_EXT,
- ITEM_GROUP_PRINT_PREVIEW
+ ITEM_GROUP_PRINT_PREVIEW,
+ ITEM_GROUP_PASSWORD
};
typedef base::Callback<bool (const GURL& url)>

Powered by Google App Engine
This is Rietveld 408576698