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

Unified Diff: chrome/browser/browser.h

Issue 155334: Convert some stuff to string16 so the toolkit_views build can build again (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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
« no previous file with comments | « no previous file | chrome/browser/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.h
===================================================================
--- chrome/browser/browser.h (revision 20304)
+++ chrome/browser/browser.h (working copy)
@@ -163,10 +163,10 @@
SkBitmap GetCurrentPageIcon() const;
// Gets the title of the page in the selected tab.
- std::wstring GetCurrentPageTitle() const;
+ string16 GetCurrentPageTitle() const;
// Prepares a title string for display (removes embedded newlines, etc).
- static void FormatTitleForDisplay(std::wstring* title);
+ static void FormatTitleForDisplay(string16* title);
// Returns true if the frame should show a distributor logo for this Browser.
bool ShouldShowDistributorLogo() const;
« no previous file with comments | « no previous file | chrome/browser/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698