| Index: chrome/browser/media_galleries/fileapi/safe_picasa_album_table_reader.h
|
| diff --git a/chrome/browser/media_galleries/fileapi/safe_picasa_album_table_reader.h b/chrome/browser/media_galleries/fileapi/safe_picasa_album_table_reader.h
|
| index 6d0829ae970962811abcfa5ad18caf4c21db2701..cb7d6ae913a8b3f44a6e1d53dfffac3c12797df4 100644
|
| --- a/chrome/browser/media_galleries/fileapi/safe_picasa_album_table_reader.h
|
| +++ b/chrome/browser/media_galleries/fileapi/safe_picasa_album_table_reader.h
|
| @@ -45,7 +45,6 @@ class SafePicasaAlbumTableReader : public content::UtilityProcessHostClient {
|
| private:
|
| enum ParserState {
|
| INITIAL_STATE,
|
| - PINGED_UTILITY_PROCESS_STATE,
|
| STARTED_PARSING_STATE,
|
| FINISHED_PARSING_STATE,
|
| };
|
| @@ -56,11 +55,6 @@ class SafePicasaAlbumTableReader : public content::UtilityProcessHostClient {
|
| // Launches the utility process. Must run on the IO thread.
|
| void StartWorkOnIOThread();
|
|
|
| - // Notification that the utility process is running, and we can now get its
|
| - // process handle.
|
| - // Runs on the IO thread.
|
| - void OnProcessStarted();
|
| -
|
| // Notification from the utility process when it finshes parsing the PMP
|
| // database. This is received even if PMP parsing fails.
|
| // Runs on the IO thread.
|
|
|