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

Unified Diff: chrome/browser/content_settings/tab_specific_content_settings.h

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
Index: chrome/browser/content_settings/tab_specific_content_settings.h
diff --git a/chrome/browser/content_settings/tab_specific_content_settings.h b/chrome/browser/content_settings/tab_specific_content_settings.h
index 358075ba6bca4c96006e747be495142473335522..b005216adfd93dd55d21bb5b9c72082890f4550f 100644
--- a/chrome/browser/content_settings/tab_specific_content_settings.h
+++ b/chrome/browser/content_settings/tab_specific_content_settings.h
@@ -165,7 +165,7 @@ class TabSpecificContentSettings
void ClearGeolocationContentSettings();
// Clears the MIDI settings.
- void ClearMIDIContentSettings();
+ void ClearMidiContentSettings();
// Changes the |content_blocked_| entry for popups.
void SetPopupsBlocked(bool blocked);
@@ -178,7 +178,7 @@ class TabSpecificContentSettings
const content::LoadCommittedDetails& details);
// Updates MIDI settings on navigation.
- void MIDIDidNavigate(const content::LoadCommittedDetails& details);
+ void MidiDidNavigate(const content::LoadCommittedDetails& details);
// Returns whether a particular kind of content has been blocked for this
// page.
@@ -336,8 +336,8 @@ class TabSpecificContentSettings
request_permissions);
// There methods are called to update the status about MIDI access.
- void OnMIDISysExAccessed(const GURL& reqesting_origin);
- void OnMIDISysExAccessBlocked(const GURL& requesting_origin);
+ void OnMidiSysExAccessed(const GURL& reqesting_origin);
+ void OnMidiSysExAccessBlocked(const GURL& requesting_origin);
// Adds the given |SiteDataObserver|. The |observer| is notified when a
// locale shared object, like for example a cookie, is accessed.

Powered by Google App Engine
This is Rietveld 408576698