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

Unified Diff: chrome/browser/media_galleries/fileapi/safe_picasa_album_table_reader.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_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.

Powered by Google App Engine
This is Rietveld 408576698