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

Unified Diff: chrome/test/data/webui/policy_ui_material.h

Issue 1371073003: Display material design policies grouped by tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test corrections. 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/chrome_tests.gypi ('k') | chrome/test/data/webui/policy_ui_material.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/policy_ui_material.h
diff --git a/chrome/test/data/webui/policy_ui_material.h b/chrome/test/data/webui/policy_ui_material.h
new file mode 100644
index 0000000000000000000000000000000000000000..27fcd942731daf859083f8dd1db37caece3cbaa3
--- /dev/null
+++ b/chrome/test/data/webui/policy_ui_material.h
@@ -0,0 +1,22 @@
+// Copyright (c) 2015 The Chromium Authors. All rights reserved.
Dan Beam 2015/12/01 04:51:55 nit: no (c)
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_TEST_DATA_WEBUI_POLICY_UI_MATERIAL_H_
+#define CHROME_TEST_DATA_WEBUI_POLICY_UI_MATERIAL_H_
+
+#include "base/macros.h"
+#include "chrome/test/base/web_ui_browser_test.h"
+
+class PolicyUiMaterialWebUITest : public WebUIBrowserTest {
+ public:
+ PolicyUiMaterialWebUITest();
+ ~PolicyUiMaterialWebUITest() override;
+
Dan Beam 2015/12/01 04:51:55 nit: // WebUIBrowserTest:
+ void SetUpCommandLine(base::CommandLine* command_line) override;
+
+ private:
+ DISALLOW_COPY_AND_ASSIGN(PolicyUiMaterialWebUITest);
+};
+
+#endif // CHROME_TEST_DATA_WEBUI_POLICY_UI_MATERIAL_H_
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/webui/policy_ui_material.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698