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

Unified Diff: chrome/browser/ui/exclusive_access/fullscreen_controller.cc

Issue 1818843002: Rename SetContentSetting() to SetContentSettingCustomScope() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comment alignment Created 4 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
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())

Powered by Google App Engine
This is Rietveld 408576698