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

Unified Diff: chrome/browser/ui/webui/chromeos/login/mock_login_ui_handler.h

Issue 7980012: [ChromeOS] Reland - Make WebUI login use only needed resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/chromeos/login/mock_login_ui_handler.h
diff --git a/chrome/browser/ui/webui/chromeos/login/mock_login_ui_handler.h b/chrome/browser/ui/webui/chromeos/login/mock_login_ui_handler.h
deleted file mode 100644
index 5324f63cef076a97c1d901713c58a0e8dcc2e926..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/webui/chromeos/login/mock_login_ui_handler.h
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright (c) 2011 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_BROWSER_UI_WEBUI_CHROMEOS_LOGIN_MOCK_LOGIN_UI_HANDLER_H_
-#define CHROME_BROWSER_UI_WEBUI_CHROMEOS_LOGIN_MOCK_LOGIN_UI_HANDLER_H_
-#pragma once
-
-#include <string>
-
-#include "chrome/browser/ui/webui/chromeos/login/login_ui.h"
-#include "chrome/browser/ui/webui/chromeos/login/login_ui_helpers.h"
-#include "testing/gmock/include/gmock/gmock.h"
-
-namespace chromeos {
-
-class MockLoginUIHandler : public chromeos::LoginUIHandler {
- public:
- MOCK_METHOD1(Attach,
- WebUIMessageHandler*(WebUI* web_ui));
- MOCK_METHOD0(RegisterMessages,
- void());
-};
-
-} // namespace chromeos
-
-#endif // CHROME_BROWSER_UI_WEBUI_CHROMEOS_LOGIN_MOCK_LOGIN_UI_HANDLER_H_

Powered by Google App Engine
This is Rietveld 408576698