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

Unified Diff: chrome/browser/ui/app_list/test/fake_profile.cc

Issue 38043004: Cancel MIDI permission request infobar on MIDIAccess stop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved empty CancelMIDISysExPermissionRequest implementations to headers Created 7 years, 2 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/ui/app_list/test/fake_profile.cc
diff --git a/chrome/browser/ui/app_list/test/fake_profile.cc b/chrome/browser/ui/app_list/test/fake_profile.cc
index d21a2d4a230cff576b2de7352060e764e40f753a..9900bc440813f56225afc5ebec9c4fde0484e58c 100644
--- a/chrome/browser/ui/app_list/test/fake_profile.cc
+++ b/chrome/browser/ui/app_list/test/fake_profile.cc
@@ -52,13 +52,6 @@ FakeProfile::GetMediaRequestContextForStoragePartition(
return NULL;
}
-void FakeProfile::RequestMIDISysExPermission(
- int render_process_id,
- int render_view_id,
- const GURL& requesting_frame,
- const MIDISysExPermissionCallback& callback) {
-}
-
content::ResourceContext* FakeProfile::GetResourceContext() {
return NULL;
}

Powered by Google App Engine
This is Rietveld 408576698