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

Unified Diff: chrome/test/base/testing_profile.cc

Issue 151343002: Web MIDI: make naming convention be consistent (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review boliu #2 Created 6 years, 11 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 | « chrome/test/base/testing_profile.h ('k') | content/browser/browser_main_loop.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/testing_profile.cc
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
index 39414db2445ca10aaea4c09479373f0d2d78a99e..d40d38394eb1e75a7079e74b0579c56b530166ff 100644
--- a/chrome/test/base/testing_profile.cc
+++ b/chrome/test/base/testing_profile.cc
@@ -724,17 +724,17 @@ TestingProfile::GetMediaRequestContextForStoragePartition(
return NULL;
}
-void TestingProfile::RequestMIDISysExPermission(
+void TestingProfile::RequestMidiSysExPermission(
int render_process_id,
int render_view_id,
int bridge_id,
const GURL& requesting_frame,
- const MIDISysExPermissionCallback& callback) {
+ const MidiSysExPermissionCallback& callback) {
// Always reject requests for testing.
callback.Run(false);
}
-void TestingProfile::CancelMIDISysExPermissionRequest(
+void TestingProfile::CancelMidiSysExPermissionRequest(
int render_process_id,
int render_view_id,
int bridge_id,
« no previous file with comments | « chrome/test/base/testing_profile.h ('k') | content/browser/browser_main_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698