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

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

Issue 1321713004: Flag for Material Design policy construction page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved policy page to independent page. Created 5 years, 3 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/policy_ui.h
diff --git a/chrome/browser/ui/webui/policy_ui.h b/chrome/browser/ui/webui/policy_ui.h
index bbad641b30f2def23514d01fcb1f34e63fba1676..72457659a7b5dcdd87336ae763d653623c9b397c 100644
--- a/chrome/browser/ui/webui/policy_ui.h
+++ b/chrome/browser/ui/webui/policy_ui.h
@@ -24,4 +24,14 @@ class PolicyUI : public content::WebUIController {
DISALLOW_COPY_AND_ASSIGN(PolicyUI);
};
+// The Web UI controller for the chrome://policy page.
Thiemo Nagel 2015/09/25 15:49:30 chrome://md-policy
fhorschig 2015/09/28 09:38:58 Thanks.
+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_

Powered by Google App Engine
This is Rietveld 408576698