| Index: chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.h
|
| diff --git a/chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.h b/chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.h
|
| index 7b6dcfa95edbb126292cb4de6646bac6a176814f..d4c65e3727184ef00519c2959a41d8df34ef23c6 100644
|
| --- a/chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.h
|
| +++ b/chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.h
|
| @@ -48,7 +48,6 @@ class SafeIAppsLibraryParser : public content::UtilityProcessHostClient {
|
| private:
|
| enum ParserState {
|
| INITIAL_STATE,
|
| - PINGED_UTILITY_PROCESS_STATE,
|
| STARTED_PARSING_STATE,
|
| FINISHED_PARSING_STATE,
|
| };
|
| @@ -62,11 +61,6 @@ class SafeIAppsLibraryParser : public content::UtilityProcessHostClient {
|
| // Launches the utility process. Must run on the IO thread.
|
| void StartProcessOnIOThread();
|
|
|
| - // Notification that the utility process is running, and we can now get its
|
| - // process handle.
|
| - // Runs on the IO thread.
|
| - void OnUtilityProcessStarted();
|
| -
|
| // Notification from the utility process when it finishes parsing the
|
| // iTunes XML. Runs on the IO thread.
|
| void OnGotITunesLibrary(bool result, const itunes::parser::Library& library);
|
|
|