diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-24 01:26:40 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-24 01:26:40 +0000 |
commit | 3573b43d8178c8c9b4c4efc937e3ca3342bdae11 (patch) | |
tree | 7c7305894803d864aa33d4a13dd3289cc360aaf5 /app/resource_bundle.h | |
parent | 270d97d0e083743053613360b6342d6a9d199071 (diff) | |
download | chromium_src-3573b43d8178c8c9b4c4efc937e3ca3342bdae11.zip chromium_src-3573b43d8178c8c9b4c4efc937e3ca3342bdae11.tar.gz chromium_src-3573b43d8178c8c9b4c4efc937e3ca3342bdae11.tar.bz2 |
Move the bookmark manager into resources.pak.
This allows for the bookmark manager to work after upgrading
in the background on Linux.
BUG=42770
TEST=Bookmark manager still works
Review URL: http://codereview.chromium.org/2814009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50683 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/resource_bundle.h')
-rw-r--r-- | app/resource_bundle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/resource_bundle.h b/app/resource_bundle.h index 1d328a3..e2ec86c 100644 --- a/app/resource_bundle.h +++ b/app/resource_bundle.h @@ -105,7 +105,7 @@ class ResourceBundle { RefCountedStaticMemory* LoadDataResourceBytes(int resource_id) const; // Return the contents of a resource in a StringPiece given the resource id. - base::StringPiece GetRawDataResource(int resource_id); + base::StringPiece GetRawDataResource(int resource_id) const; // Get a localized string given a message id. Returns an empty // string if the message_id is not found. |