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

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

Issue 1395073002: Policy Ui sends correct translations for risk tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Description corrected. Created 5 years, 1 month 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/webui/policy_material_design_ui.cc ('k') | chrome/browser/ui/webui/policy_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/policy_ui.h
diff --git a/chrome/browser/ui/webui/policy_ui.h b/chrome/browser/ui/webui/policy_ui.h
index 4caf66650dbd301e741eaff1a3338ca90a1cbca7..bbad641b30f2def23514d01fcb1f34e63fba1676 100644
--- a/chrome/browser/ui/webui/policy_ui.h
+++ b/chrome/browser/ui/webui/policy_ui.h
@@ -24,14 +24,4 @@ class PolicyUI : public content::WebUIController {
DISALLOW_COPY_AND_ASSIGN(PolicyUI);
};
-// The Web UI controller for the chrome://md-policy page.
-class PolicyMaterialDesignUI : public content::WebUIController {
- public:
- explicit PolicyMaterialDesignUI(content::WebUI* web_ui);
- ~PolicyMaterialDesignUI() override;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(PolicyMaterialDesignUI);
-};
-
#endif // CHROME_BROWSER_UI_WEBUI_POLICY_UI_H_
« no previous file with comments | « chrome/browser/ui/webui/policy_material_design_ui.cc ('k') | chrome/browser/ui/webui/policy_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698