Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2158)

Unified Diff: chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.h

Issue 1885813002: Delete the utility process startup ping. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698