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

Unified Diff: chrome/browser/chromeos/webui/login/login_ui_helpers.h

Issue 6579003: Add in chrome://login-container (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 10 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/chromeos/webui/login/login_ui_helpers.h
diff --git a/chrome/browser/chromeos/webui/login/login_ui_helpers.h b/chrome/browser/chromeos/webui/login/login_ui_helpers.h
index e18fbc70487317f0c1e5daf69bf3c7680b7393be..caa1f25bada43e1ff057c19efbc12e9bbb45c717 100644
--- a/chrome/browser/chromeos/webui/login/login_ui_helpers.h
+++ b/chrome/browser/chromeos/webui/login/login_ui_helpers.h
@@ -8,6 +8,8 @@
#include <string>
+#include "base/basictypes.h"
+
class Browser;
class DictionaryValue;
class FilePath;
@@ -65,6 +67,7 @@ class HTMLOperationsInterface {
virtual ~HTMLOperationsInterface() {}
virtual base::StringPiece GetLoginHTML();
+ virtual base::StringPiece GetLoginContainerHTML();
virtual std::string GetFullHTML(base::StringPiece login_html,
DictionaryValue* localized_strings);
virtual RefCountedBytes* CreateHTMLBytes(std::string full_html);

Powered by Google App Engine
This is Rietveld 408576698