| Index: chrome/test/webdriver/webdriver_capabilities_parser.h
|
| diff --git a/chrome/test/webdriver/webdriver_capabilities_parser.h b/chrome/test/webdriver/webdriver_capabilities_parser.h
|
| index c2925128aac3744c8497e76dc1262222505852ed..4b09107bd0c9fe9d08a7ba1d53ddcdf1342cc76b 100644
|
| --- a/chrome/test/webdriver/webdriver_capabilities_parser.h
|
| +++ b/chrome/test/webdriver/webdriver_capabilities_parser.h
|
| @@ -99,13 +99,6 @@ class CapabilitiesParser {
|
| Error* ParseProxyAutoconfigUrl(const base::DictionaryValue* options);
|
| Error* ParseProxyServers(const base::DictionaryValue* options);
|
| Error* ParseNoWebsiteTestingDefaults(const base::Value* option);
|
| - // Decodes the given base64-encoded string, optionally unzips it, and
|
| - // writes the result to |path|.
|
| - // On error, false will be returned and |error_msg| will be set.
|
| - bool DecodeAndWriteFile(const FilePath& path,
|
| - const std::string& base64,
|
| - bool unzip,
|
| - std::string* error_msg);
|
|
|
| // The capabilities dictionary to parse.
|
| const base::DictionaryValue* dict_;
|
|
|