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

Side by Side Diff: chrome/test/data/webui/ntp4_browsertest.h

Issue 9625020: Ported NTP4 UI tests to WebUI. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removed extra space in copyright header. Created 8 years, 9 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
« no previous file with comments | « chrome/test/data/webui/ntp4.js ('k') | chrome/test/data/webui/ntp4_browsertest.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) 2012 The Chromium Authors. All rights reserved.
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_NTP4_BROWSERTEST_H_
6 #define CHROME_TEST_DATA_WEBUI_NTP4_BROWSERTEST_H_
7 #pragma once
8
9 #include "chrome/browser/ui/webui/web_ui_browsertest.h"
10
11 class NTP4LoggedInWebUITest : public WebUIBrowserTest {
12 public:
13 NTP4LoggedInWebUITest();
14 virtual ~NTP4LoggedInWebUITest();
15
16 protected:
17 // Sets the user name in the profile as if the user had logged in.
18 void SetLoginName(const std::string& name);
19
20 private:
21 DISALLOW_COPY_AND_ASSIGN(NTP4LoggedInWebUITest);
22 };
23
24 #endif // CHROME_TEST_DATA_WEBUI_NTP4_BROWSERTEST_H_
OLDNEW
« no previous file with comments | « chrome/test/data/webui/ntp4.js ('k') | chrome/test/data/webui/ntp4_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698