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

Unified Diff: components/proximity_auth/webui/proximity_auth_ui_delegate.h

Issue 1264703003: Implement debugging local unlock keys in chrome://proximity-auth. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + fixes Created 5 years, 5 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/proximity_auth/webui/proximity_auth_ui_delegate.h
diff --git a/components/proximity_auth/webui/proximity_auth_ui_delegate.h b/components/proximity_auth/webui/proximity_auth_ui_delegate.h
index bbb3787d2444968d8aba0d1d2f7256b808cae2c3..c4c866d4a46a2c2665247d8544382af9c8a7173a 100644
--- a/components/proximity_auth/webui/proximity_auth_ui_delegate.h
+++ b/components/proximity_auth/webui/proximity_auth_ui_delegate.h
@@ -38,6 +38,9 @@ class ProximityAuthUIDelegate {
// API requests.
virtual cryptauth::DeviceClassifier GetDeviceClassifier() = 0;
+ // Returns the account id of the user.
+ virtual std::string GetAccountId() = 0;
+
// Returns the GCMDriver instance used by Chrome.
virtual gcm::GCMDriver* GetGCMDriver() = 0;
};
« no previous file with comments | « components/proximity_auth/webui/BUILD.gn ('k') | components/proximity_auth/webui/proximity_auth_webui_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698