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

Unified Diff: app/resource_bundle_posix.cc

Issue 2814009: Move the bookmark manager into resources.pak. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: const Created 10 years, 6 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 | « app/resource_bundle.h ('k') | app/resource_bundle_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/resource_bundle_posix.cc
diff --git a/app/resource_bundle_posix.cc b/app/resource_bundle_posix.cc
index f8d5333c5c5565344bcbf707cea57e0da23bbd90..cdd9ee2363147c557bdb03ae3d8c7c3ef7ba4075 100644
--- a/app/resource_bundle_posix.cc
+++ b/app/resource_bundle_posix.cc
@@ -50,7 +50,7 @@ RefCountedStaticMemory* ResourceBundle::LoadResourceBytes(
return module->GetStaticMemory(resource_id);
}
-base::StringPiece ResourceBundle::GetRawDataResource(int resource_id) {
+base::StringPiece ResourceBundle::GetRawDataResource(int resource_id) const {
DCHECK(resources_data_);
base::StringPiece data;
if (!resources_data_->GetStringPiece(resource_id, &data)) {
« no previous file with comments | « app/resource_bundle.h ('k') | app/resource_bundle_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698