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

Unified Diff: app/resource_bundle.h

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 | « no previous file | app/resource_bundle_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/resource_bundle.h
diff --git a/app/resource_bundle.h b/app/resource_bundle.h
index 1d328a34f461f0b508c2abb3ed5d83112d9b0c6d..e2ec86ca71c42d0b68b4b5a4eecdd728f805fbf2 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.
« no previous file with comments | « no previous file | app/resource_bundle_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698