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

Side by Side 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 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright (c) 2015 The Chromium Authors. All rights reserved.
Dan Beam 2015/12/01 04:51:55 nit: no (c)
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_TEST_DATA_WEBUI_POLICY_UI_MATERIAL_H_
6 #define CHROME_TEST_DATA_WEBUI_POLICY_UI_MATERIAL_H_
7
8 #include "base/macros.h"
9 #include "chrome/test/base/web_ui_browser_test.h"
10
11 class PolicyUiMaterialWebUITest : public WebUIBrowserTest {
12 public:
13 PolicyUiMaterialWebUITest();
14 ~PolicyUiMaterialWebUITest() override;
15
Dan Beam 2015/12/01 04:51:55 nit: // WebUIBrowserTest:
16 void SetUpCommandLine(base::CommandLine* command_line) override;
17
18 private:
19 DISALLOW_COPY_AND_ASSIGN(PolicyUiMaterialWebUITest);
20 };
21
22 #endif // CHROME_TEST_DATA_WEBUI_POLICY_UI_MATERIAL_H_
OLDNEW
« 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