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

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

Issue 2958533003: Disable Credential management API dialog in VR mode (Closed)
Patch Set: cr feedback Created 3 years, 6 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/chrome_password_manager_client.h
diff --git a/chrome/browser/password_manager/chrome_password_manager_client.h b/chrome/browser/password_manager/chrome_password_manager_client.h
index 691fd949fb3665aac433ad26af60df0a25992047..d6222d61a88c4e7fa6d32cc376c38603b7759014 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client.h
+++ b/chrome/browser/password_manager/chrome_password_manager_client.h
@@ -180,6 +180,8 @@ class ChromePasswordManagerClient
// without custom sync passphrase.
static bool ShouldAnnotateNavigationEntries(Profile* profile);
+ bool IsInVr() const;
vabr (Chromium) 2017/06/30 10:06:07 nit: Please comment on the purpose of this, bearin
billorr 2017/06/30 17:54:18 Done.
+
Profile* const profile_;
password_manager::PasswordManager password_manager_;

Powered by Google App Engine
This is Rietveld 408576698