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

Unified Diff: chrome/browser/ui/webui/chromeos/login/login_ui.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/login_ui.h
diff --git a/chrome/browser/ui/webui/chromeos/login/login_ui.h b/chrome/browser/ui/webui/chromeos/login/login_ui.h
deleted file mode 100644
index 1e5be35056dfa2cb8c9a10b21493b8941c7ab2e2..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/webui/chromeos/login/login_ui.h
+++ /dev/null
@@ -1,37 +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_LOGIN_UI_H_
-#define CHROME_BROWSER_UI_WEBUI_CHROMEOS_LOGIN_LOGIN_UI_H_
-#pragma once
-
-#include <string>
-
-#include "base/memory/scoped_ptr.h"
-#include "chrome/browser/chromeos/login/help_app_launcher.h"
-#include "chrome/browser/ui/webui/chrome_web_ui.h"
-
-class RefCountedMemory;
-class Profile;
-
-namespace chromeos {
-
-// Boilerplate class that is used to associate the LoginUI code with the WebUI
-// code.
-class LoginUI : public ChromeWebUI {
- public:
- explicit LoginUI(TabContents* contents);
-
- // Return the URL for a given search term.
- static const GURL GetLoginURLWithSearchText(const string16& text);
-
- static RefCountedMemory* GetFaviconResourceBytes();
-
- private:
- DISALLOW_COPY_AND_ASSIGN(LoginUI);
-};
-
-} // namespace chromeos
-
-#endif // CHROME_BROWSER_UI_WEBUI_CHROMEOS_LOGIN_LOGIN_UI_H_
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_factory.cc ('k') | chrome/browser/ui/webui/chromeos/login/login_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698