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

Unified Diff: content/browser/child_process_security_policy_impl.h

Issue 151343002: Web MIDI: make naming convention be consistent (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: content/browser/child_process_security_policy_impl.h
diff --git a/content/browser/child_process_security_policy_impl.h b/content/browser/child_process_security_policy_impl.h
index 93480ad6b32273f44d60063c408516bb48d392e0..db640d8d21374d82d050e5f498975fcf94c0f0e8 100644
--- a/content/browser/child_process_security_policy_impl.h
+++ b/content/browser/child_process_security_policy_impl.h
@@ -124,7 +124,7 @@ class CONTENT_EXPORT ChildProcessSecurityPolicyImpl
void RevokeReadRawCookies(int child_id);
// Grants permission to send system exclusive message to any MIDI devices.
- void GrantSendMIDISysExMessage(int child_id);
+ void GrantSendMidiSysExMessage(int child_id);
// Before servicing a child process's request for a URL, the browser should
// call this method to determine whether the process has the capability to
@@ -184,7 +184,7 @@ class CONTENT_EXPORT ChildProcessSecurityPolicyImpl
int policy);
// Returns true if sending system exclusive messages is allowed.
- bool CanSendMIDISysExMessage(int child_id);
+ bool CanSendMidiSysExMessage(int child_id);
private:
friend class ChildProcessSecurityPolicyInProcessBrowserTest;

Powered by Google App Engine
This is Rietveld 408576698