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

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: Remove typing for string property. Created 5 years, 2 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright (c) 2015 The Chromium Authors. All rights reserved.
Dan Beam 2015/10/10 01:04:18 no (c)
fhorschig 2015/10/13 16:29:11 Done.
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
Dan Beam 2015/10/10 01:04:19 #include "base/macros.h"
fhorschig 2015/10/13 16:29:11 Done.
8 #include "chrome/test/base/web_ui_browser_test.h"
9
10 class PolicyUiMaterialWebUITest : public WebUIBrowserTest {
11 public:
12 PolicyUiMaterialWebUITest();
13 ~PolicyUiMaterialWebUITest() override;
14
15 void SetUpCommandLine(base::CommandLine* command_line) override;
16
17 private:
18 DISALLOW_COPY_AND_ASSIGN(PolicyUiMaterialWebUITest);
19 };
20
21 #endif // CHROME_TEST_DATA_WEBUI_POLICY_UI_MATERIAL_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698