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

Unified Diff: chrome/browser/media_galleries/fileapi/safe_audio_video_checker.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
« no previous file with comments | « no previous file | chrome/browser/media_galleries/fileapi/safe_audio_video_checker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media_galleries/fileapi/safe_audio_video_checker.h
diff --git a/chrome/browser/media_galleries/fileapi/safe_audio_video_checker.h b/chrome/browser/media_galleries/fileapi/safe_audio_video_checker.h
index 64efe48217a2e0438db6cb49fe28f1a14d7491d0..2cb9b0e7f09eed8342f5fd0cd6729dd022708daf 100644
--- a/chrome/browser/media_galleries/fileapi/safe_audio_video_checker.h
+++ b/chrome/browser/media_galleries/fileapi/safe_audio_video_checker.h
@@ -34,16 +34,12 @@ class SafeAudioVideoChecker : public content::UtilityProcessHostClient {
private:
enum State {
INITIAL_STATE,
- PINGED_STATE,
STARTED_STATE,
FINISHED_STATE
};
~SafeAudioVideoChecker() override;
- // Starts validation once the utility process has been started.
- virtual void OnProcessStarted();
-
// Notification of the result from the utility process.
void OnCheckingFinished(bool valid);
« no previous file with comments | « no previous file | chrome/browser/media_galleries/fileapi/safe_audio_video_checker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698