1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef IOS_CHROME_BROWSER_UPDATABLE_CONFIG_UPDATABLE_DICTIONARY_H_
6 #define IOS_CHROME_BROWSER_UPDATABLE_CONFIG_UPDATABLE_DICTIONARY_H_
8 #import "ios/chrome/browser/updatable_config/updatable_config_base.h"
10 @interface UpdatableDictionary
: UpdatableConfigBase
12 // Returns an autoreleased copy of the configuration dictionary read from
13 // the file specified in the initializer. Configuration content must be
14 // of dictionary type.
15 - (NSDictionary
*)dictionaryFromConfig
;
19 #endif // IOS_CHROME_BROWSER_UPDATABLE_CONFIG_UPDATABLE_DICTIONARY_H_