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

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, 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: 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 67d5ea963280f785250e787c54359adcbc735f67..4c1d3c1a705dd39c91530afca9db64ed375f1acc 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