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

Unified Diff: components/safe_browsing/common/safebrowsing_constants.h

Issue 2912383004: Fill is_chrome_signin_password field in the password entry pings. (Closed)
Patch Set: Fix deps Created 3 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: components/safe_browsing/common/safebrowsing_constants.h
diff --git a/components/safe_browsing/common/safebrowsing_constants.h b/components/safe_browsing/common/safebrowsing_constants.h
index e6776b56274234df68aa9a2550a84a11e76b2bcd..0465343355de4f408eb8be42fc2bb49df5611481 100644
--- a/components/safe_browsing/common/safebrowsing_constants.h
+++ b/components/safe_browsing/common/safebrowsing_constants.h
@@ -14,6 +14,9 @@ extern const base::FilePath::CharType kSafeBrowsingBaseFilename[];
// Filename suffix for the cookie database.
extern const base::FilePath::CharType kCookiesFile[];
extern const base::FilePath::CharType kChannelIDFile[];
+
+// Used to identify chrome sync password in password entry event.
+extern const char kSyncPasswordDomain[];
}
#endif // COMPONENTS_SAFE_BROWSING_COMMON_SAFEBROWSING_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698