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

Unified Diff: components/proximity_auth/screenlock_bridge.h

Issue 2903353003: Adding mojo calls for easy unlock service (Closed)
Patch Set: comments and rebase 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: components/proximity_auth/screenlock_bridge.h
diff --git a/components/proximity_auth/screenlock_bridge.h b/components/proximity_auth/screenlock_bridge.h
index 45546094fc14b4aaa1d7adeb770c0ccc6f9e724f..40d1c442d7919b9e897a50bbea2775cd032c535b 100644
--- a/components/proximity_auth/screenlock_bridge.h
+++ b/components/proximity_auth/screenlock_bridge.h
@@ -70,6 +70,18 @@ class ScreenlockBridge {
// Unlock, the icon will record metrics upon click.
void SetTrialRun();
+ std::string GetIDString() const;
+
+ const base::string16 tooltip() const { return tooltip_; }
+
+ bool autoshow_tooltip() const { return autoshow_tooltip_; }
+
+ const base::string16 aria_label() const { return aria_label_; }
+
+ bool hardlock_on_click() const { return hardlock_on_click_; }
+
+ bool is_trial_run() const { return is_trial_run_; }
+
private:
UserPodCustomIcon icon_;
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/user_board_screen_handler.cc ('k') | components/proximity_auth/screenlock_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698