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

Unified Diff: chrome/browser/ui/webui/history_login_handler.h

Issue 2191173003: MD History: Get sign in state from backend when refreshing the page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: chrome/browser/ui/webui/history_login_handler.h
diff --git a/chrome/browser/ui/webui/history_login_handler.h b/chrome/browser/ui/webui/history_login_handler.h
index 62fb4b7e83e1d44e7cba90cb971597eb2eb0c9b4..815a2d61efebc2ac48b6f0444d5b003e1068fc98 100644
--- a/chrome/browser/ui/webui/history_login_handler.h
+++ b/chrome/browser/ui/webui/history_login_handler.h
@@ -25,6 +25,9 @@ class HistoryLoginHandler : public content::WebUIMessageHandler {
// Handler for the "otherDevicesInitialized" message. No args.
void HandleOtherDevicesInitialized(const base::ListValue* args);
+ // Handler for the "getSignInState" message. No args.
+ void HandleGetSignInState(const base::ListValue* args);
+
// Called by |profile_info_watcher_| on desktop if profile info changes.
void ProfileInfoChanged();

Powered by Google App Engine
This is Rietveld 408576698