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

Unified Diff: chrome/browser/ui/webui/help/help_handler.h

Issue 2060623002: Implementation of Device End of Life Notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modify browsertest Created 4 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/ui/webui/help/help_handler.h
diff --git a/chrome/browser/ui/webui/help/help_handler.h b/chrome/browser/ui/webui/help/help_handler.h
index 95e41f614c2d82d03868f82d33ecedf427633e3f..3dfde20004d47afd76d4fad1d68d20e0d90f79f6 100644
--- a/chrome/browser/ui/webui/help/help_handler.h
+++ b/chrome/browser/ui/webui/help/help_handler.h
@@ -113,6 +113,9 @@ class HelpHandler : public content::WebUIMessageHandler,
// Callback for setting the regulatory label alt text.
void OnRegulatoryLabelTextRead(const std::string& text);
+
+ // Callback for setting the eol string text.
+ void OnEolStatus(const int status);
#endif
// Specialized instance of the VersionUpdater used to update the browser.

Powered by Google App Engine
This is Rietveld 408576698