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

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

Issue 2971163002: Add local protection setting to chrome://settings/system
Patch Set: linux-only Created 3 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
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/webui/settings/system_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/settings/system_handler.h
diff --git a/chrome/browser/ui/webui/settings/system_handler.h b/chrome/browser/ui/webui/settings/system_handler.h
index 8bfadf746c8a04688aac2abbe0125af8107f6950..9909aaf632c92eb54d712775c1cf49fc4e8c9b8e 100644
--- a/chrome/browser/ui/webui/settings/system_handler.h
+++ b/chrome/browser/ui/webui/settings/system_handler.h
@@ -35,6 +35,9 @@ class SystemHandler : public SettingsPageUIHandler {
// Handler for the "showProxySettings" message. No args.
void HandleShowProxySettings(const base::ListValue* /*args*/);
+ // TODO(cfroussios)
+ void HandleUpdateProtectionSetting(const base::ListValue* args);
+
DISALLOW_COPY_AND_ASSIGN(SystemHandler);
};
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/webui/settings/system_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698