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

Unified Diff: chrome/browser/ui/webui/settings/about_handler.h

Issue 2538043006: Settings: About: Fix cros channel info. (Closed)
Patch Set: . Created 4 years 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/settings/about_handler.h
diff --git a/chrome/browser/ui/webui/settings/about_handler.h b/chrome/browser/ui/webui/settings/about_handler.h
index 6f275d0fc8881fc83ed0f7408d9ebc65e00198a5..7cc87461b9649d25d62b9fca08db6da60cfb0f28 100644
--- a/chrome/browser/ui/webui/settings/about_handler.h
+++ b/chrome/browser/ui/webui/settings/about_handler.h
@@ -105,6 +105,8 @@ class AboutHandler : public settings::SettingsPageUIHandler,
// C++ callback for either of |HandleGetCurrentChannel| or
// |HandleGetTargetChannel|,
void OnGetChannelReady(std::string callback_id, const std::string& channel);
+
+ void HandleGetCanChangeChannel(const base::ListValue* args);
#endif
// Checks for and applies update.

Powered by Google App Engine
This is Rietveld 408576698