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

Unified Diff: components/proximity_auth/client_impl.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/client_impl.h
diff --git a/components/proximity_auth/client_impl.h b/components/proximity_auth/client_impl.h
index d04609240a0b48edffbb265e03ce0534ac0b1cd6..11582c91a2da0948fa8347f196eb4dbe80d10c18 100644
--- a/components/proximity_auth/client_impl.h
+++ b/components/proximity_auth/client_impl.h
@@ -42,9 +42,10 @@ class ClientImpl : public Client, public ConnectionObserver {
void RequestDecryption(const std::string& challenge) override;
void RequestUnlock() override;
- protected:
// Exposed for testing.
Connection* connection() { return connection_.get(); }
+
+ protected:
SecureContext* secure_context() { return secure_context_.get(); }
private:
« no previous file with comments | « components/proximity_auth/bluetooth_connection_finder.cc ('k') | components/proximity_auth/client_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698