Index: chrome/browser/ui/exclusive_access/fullscreen_controller.cc |
diff --git a/chrome/browser/ui/exclusive_access/fullscreen_controller.cc b/chrome/browser/ui/exclusive_access/fullscreen_controller.cc |
index b34189609ab041bc71264c612e665f3366fc4b3a..2902b1444d9eca25327fda8699203d87966dcf50 100644 |
--- a/chrome/browser/ui/exclusive_access/fullscreen_controller.cc |
+++ b/chrome/browser/ui/exclusive_access/fullscreen_controller.cc |
@@ -505,7 +505,8 @@ ContentSetting FullscreenController::GetFullscreenSetting() const { |
return CONTENT_SETTING_ALLOW; |
} |
- // See the comment above the call to |SetContentSetting()| for how the |
+ // See the comment above the call to |SetContentSettingDefaultScope()| for how |
+ // the |
// requesting and embedding origins interact with each other wrt permissions. |
return HostContentSettingsMapFactory::GetForProfile( |
exclusive_access_manager()->context()->GetProfile()) |