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

Unified Diff: chrome/browser/ui/login/login_prompt_ui.cc

Issue 8218027: aura: Get rid of some unneeded stubs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/views/stubs_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/login/login_prompt_ui.cc
diff --git a/chrome/browser/ui/login/login_prompt_ui.cc b/chrome/browser/ui/login/login_prompt_ui.cc
index e6a53fba6c639464e7136b42691e39fb500de689..ee9daae36bde3ce42ab7f786ed0b3fb645a9fa1c 100644
--- a/chrome/browser/ui/login/login_prompt_ui.cc
+++ b/chrome/browser/ui/login/login_prompt_ui.cc
@@ -23,14 +23,6 @@
#include "ui/base/resource/resource_bundle.h"
#include "ui/gfx/size.h"
-#if defined(USE_AURA) && !defined(OS_CHROMEOS) && !defined(TOUCH_UI)
-// TODO(saintlou): This is another big fat hack like in the FileSelector.
-namespace chrome {
-const char kChromeUIHttpAuthHost[] = "http-auth";
-const char kChromeUIHttpAuthURL[] = "chrome://http-auth/";
-} // namespace chrome
-#endif
-
class LoginHandlerSource : public ChromeURLDataManager::DataSource {
public:
LoginHandlerSource()
« no previous file with comments | « no previous file | chrome/browser/ui/views/stubs_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698