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

Unified Diff: chrome/browser/ui/passwords/passwords_model_delegate.h

Issue 1776673003: Fix the password bubble titles for android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix the tests Created 4 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
Index: chrome/browser/ui/passwords/passwords_model_delegate.h
diff --git a/chrome/browser/ui/passwords/passwords_model_delegate.h b/chrome/browser/ui/passwords/passwords_model_delegate.h
index 123387f7426caabaf1ddf37eee2593ed3363e640..b07d71881d06d604112208d405a1e6ba9c1e90e8 100644
--- a/chrome/browser/ui/passwords/passwords_model_delegate.h
+++ b/chrome/browser/ui/passwords/passwords_model_delegate.h
@@ -26,7 +26,7 @@ class GURL;
// and notify about user actions.
class PasswordsModelDelegate {
public:
- // Returns the origin of the current page.
+ // Returns the URL of the site the current forms are retrieved for.
virtual const GURL& GetOrigin() const = 0;
// Returns the current tab state.

Powered by Google App Engine
This is Rietveld 408576698