summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/common/extensions/api/passwords_private.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/common/extensions/api/passwords_private.idl')
-rw-r--r--chromium/chrome/common/extensions/api/passwords_private.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/chromium/chrome/common/extensions/api/passwords_private.idl b/chromium/chrome/common/extensions/api/passwords_private.idl
index e83f1e54cb0..24864b190ad 100644
--- a/chromium/chrome/common/extensions/api/passwords_private.idl
+++ b/chromium/chrome/common/extensions/api/passwords_private.idl
@@ -46,6 +46,10 @@ namespace passwordsPrivate {
// An index to refer back to a unique password entry record.
long id;
+
+ // If true, the entry came from the Gaia-account-scoped password store
+ // rather than from the profile-scoped one.
+ boolean fromAccountStore;
};
dictionary ExceptionEntry {
@@ -54,6 +58,10 @@ namespace passwordsPrivate {
// An id to refer back to a unique exception entry record.
long id;
+
+ // If true, the entry came from the Gaia-account-scoped password store
+ // rather than from the profile-scoped one.
+ boolean fromAccountStore;
};
dictionary PasswordExportProgress {