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

Unified Diff: chrome/browser/ui/views/passwords/manage_password_item_view.h

Issue 221003002: Password bubble: Lock displayed password length to 15 characters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/passwords/manage_password_item_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/passwords/manage_password_item_view.h
diff --git a/chrome/browser/ui/views/passwords/manage_password_item_view.h b/chrome/browser/ui/views/passwords/manage_password_item_view.h
index 5a383e287c40de14c8bf53288b9e0dbfe55b8cd4..0f98ffb63895302e82a071bd7febf906397260b0 100644
--- a/chrome/browser/ui/views/passwords/manage_password_item_view.h
+++ b/chrome/browser/ui/views/passwords/manage_password_item_view.h
@@ -25,8 +25,9 @@ class ManagePasswordItemView : public views::View,
int field_1_width,
int field_2_width);
- static base::string16 GetPasswordDisplayString(
- const base::string16& password);
+ // Returns a 15-character long string of bullet characters, representative
+ // of a hidden password.
+ static base::string16 GetPasswordDisplayString();
private:
enum ColumnSets { COLUMN_SET_SAVE = 0, COLUMN_SET_MANAGE = 1, };
« no previous file with comments | « no previous file | chrome/browser/ui/views/passwords/manage_password_item_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698