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

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

Issue 7397021: Re-land r93365 - add RefCountedString (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again Created 9 years, 5 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_helpers.h
diff --git a/chrome/browser/ui/webui/chromeos/login/login_ui_helpers.h b/chrome/browser/ui/webui/chromeos/login/login_ui_helpers.h
index f438e0906d1c6938fefa2107aff6a6c66b330e5c..88173488ee606481d9dad015ab2fba6dce5e6a43 100644
--- a/chrome/browser/ui/webui/chromeos/login/login_ui_helpers.h
+++ b/chrome/browser/ui/webui/chromeos/login/login_ui_helpers.h
@@ -11,7 +11,7 @@
#include "base/string_piece.h"
class FilePath;
-class RefCountedBytes;
+class RefCountedMemory;
namespace base {
class DictionaryValue;
@@ -32,7 +32,6 @@ class HTMLOperationsInterface {
virtual base::StringPiece GetLoginHTML();
virtual std::string GetFullHTML(base::StringPiece login_html,
base::DictionaryValue* localized_strings);
- virtual RefCountedBytes* CreateHTMLBytes(std::string full_html);
private:
DISALLOW_COPY_AND_ASSIGN(HTMLOperationsInterface);
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/login_ui.cc ('k') | chrome/browser/ui/webui/chromeos/login/login_ui_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698