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

Unified Diff: content/shell/renderer/test_runner/test_runner.h

Issue 210003002: Web MIDI API renaming: the second step of three step changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (rebase) Created 6 years, 9 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 | « content/renderer/media/midi_dispatcher.cc ('k') | content/shell/renderer/test_runner/test_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/test_runner/test_runner.h
diff --git a/content/shell/renderer/test_runner/test_runner.h b/content/shell/renderer/test_runner/test_runner.h
index 29472e637ae42c1559fc3ebad4b8ecb5b76028e1..ff0f3acd6996c31ffbea83a52421f940273cb7fa 100644
--- a/content/shell/renderer/test_runner/test_runner.h
+++ b/content/shell/renderer/test_runner/test_runner.h
@@ -478,7 +478,7 @@ class TestRunner : public ::WebTestRunner::WebTestRunner,
// MIDI function to control permission handling.
void SetMIDIAccessorResult(bool result);
- void SetMIDISysExPermission(bool value);
+ void SetMIDISysexPermission(bool value);
// Grants permission for desktop notifications to an origin
void GrantWebNotificationPermission(const std::string& origin,
« no previous file with comments | « content/renderer/media/midi_dispatcher.cc ('k') | content/shell/renderer/test_runner/test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698