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

Unified Diff: chrome/browser/password_manager/password_store.h

Issue 133893004: Allow deleting autofill password suggestions on Shift+Delete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Allow Password autofill suggestions deletion Created 6 years, 11 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/password_manager/password_store.h
diff --git a/chrome/browser/password_manager/password_store.h b/chrome/browser/password_manager/password_store.h
index c1446705eeacdf58cf8b703941d83f121eeb3a0e..a4c44538154cfeb2511d618433bad41107ac54a3 100644
--- a/chrome/browser/password_manager/password_store.h
+++ b/chrome/browser/password_manager/password_store.h
@@ -21,9 +21,7 @@ class PasswordStoreConsumer;
class PasswordSyncableService;
class Task;
-namespace autofill {
-struct PasswordForm;
-}
+namespace autofill { struct PasswordForm; }
vabr (Chromium) 2014/01/29 16:09:36 Please revert this formatting change, to decrease
riadh.chtara 2014/02/04 16:22:03 Done.
namespace browser_sync {
class PasswordChangeProcessor;

Powered by Google App Engine
This is Rietveld 408576698