blob: 7dd95fd4942e079e0fb96879e45bb2daa7cad72c [file] [log] [blame]
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// 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_NTP4_BROWSERTEST_H_
#define CHROME_TEST_DATA_WEBUI_NTP4_BROWSERTEST_H_
#include "base/macros.h"
#include "chrome/test/base/web_ui_browser_test.h"
class NTP4LoggedInWebUITest : public WebUIBrowserTest {
public:
NTP4LoggedInWebUITest();
~NTP4LoggedInWebUITest() override;
protected:
// Sets the user name in the profile as if the user had logged in.
void SetLoginName(const std::string& name);
private:
DISALLOW_COPY_AND_ASSIGN(NTP4LoggedInWebUITest);
};
#endif // CHROME_TEST_DATA_WEBUI_NTP4_BROWSERTEST_H_