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

Unified Diff: extensions/browser/extension_function_histogram_value.h

Issue 1142693003: Implement the chrome.passwordsPrivate API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: stevenjb comment. Created 5 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: extensions/browser/extension_function_histogram_value.h
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h
index 924cd1d6696fd2baa3d1720accc8aea9c472a9fe..2ec0b348d089863f28ef0d7d91ea329e1c279c25 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -1097,7 +1097,7 @@ enum HistogramValue {
PASSWORDSPRIVATE_CANPASSWORDACCOUNTBEMANAGED,
PASSWORDSPRIVATE_REMOVESAVEDPASSWORD,
PASSWORDSPRIVATE_REMOVEPASSWORDEXCEPTION,
- PASSWORDSPRIVATE_GETPLAINTEXTPASSWORD,
+ PASSWORDSPRIVATE_REQUESTPLAINTEXTPASSWORD,
LAUNCHERPAGE_HIDE,
PLATFORMKEYS_VERIFYTLSSERVERCERTIFICATE,
DEVELOPERPRIVATE_SETSHORTCUTHANDLINGSUSPENDED,

Powered by Google App Engine
This is Rietveld 408576698