aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac/SimpleStringDictionary.h
diff options
context:
space:
mode:
authorqsr@chromium.org <qsr@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2011-10-10 14:02:29 +0000
committerqsr@chromium.org <qsr@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2011-10-10 14:02:29 +0000
commitda1c36d03ec9553a5da53b21b18e1b946d45dcff (patch)
tree4ff3c80d3e6fae76bb1418af85e703cf9a974048 /src/common/mac/SimpleStringDictionary.h
parent Do not commit user preferences for xcodeproj. (diff)
downloadbreakpad-da1c36d03ec9553a5da53b21b18e1b946d45dcff.tar.xz
Extracting the config file class from the Inspector to be able to reuse it.
This will be needed for iOS implementation, where the Inspector won't be used, but where a config file will still be needed, because the uploads won't happen just after the crash, but on a next run. Review URL: http://breakpad.appspot.com/309001 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@852 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/common/mac/SimpleStringDictionary.h')
-rw-r--r--src/common/mac/SimpleStringDictionary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mac/SimpleStringDictionary.h b/src/common/mac/SimpleStringDictionary.h
index 3d6c27bd..814a6f7a 100644
--- a/src/common/mac/SimpleStringDictionary.h
+++ b/src/common/mac/SimpleStringDictionary.h
@@ -134,7 +134,7 @@ class SimpleStringDictionary {
// Given |key|, returns its corresponding |value|.
// If |key| is NULL, an assert will fire or NULL will be returned. If |key|
// is not found or is an empty string, NULL is returned.
- const char *GetValueForKey(const char *key);
+ const char *GetValueForKey(const char *key) const;
// Stores a string |value| represented by |key|. If |key| is NULL or an empty
// string, this will assert (or do nothing). If |value| is NULL then