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

Unified Diff: chrome/browser/ui/page_info/website_settings.h

Issue 2741303002: Run `git cl format` on all desktop page_info code. (Closed)
Patch Set: Rebase. Created 3 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/page_info/website_settings.h
diff --git a/chrome/browser/ui/page_info/website_settings.h b/chrome/browser/ui/page_info/website_settings.h
index 7ac7e7064d8a359fea95f71bb1f1b5473374d7e5..2f91e3fa8e9d64b86284bcc38a5902ddd3066c2f 100644
--- a/chrome/browser/ui/page_info/website_settings.h
+++ b/chrome/browser/ui/page_info/website_settings.h
@@ -128,8 +128,7 @@ class WebsiteSettings : public TabSpecificContentSettings::SiteDataObserver,
void RecordWebsiteSettingsAction(WebsiteSettingsAction action);
// This method is called when ever a permission setting is changed.
- void OnSitePermissionChanged(ContentSettingsType type,
- ContentSetting value);
+ void OnSitePermissionChanged(ContentSettingsType type, ContentSetting value);
// This method is called whenever access to an object is revoked.
void OnSiteChosenObjectDeleted(const ChooserUIInfo& ui_info,
@@ -152,9 +151,7 @@ class WebsiteSettings : public TabSpecificContentSettings::SiteDataObserver,
return site_identity_status_;
}
- base::string16 organization_name() const {
- return organization_name_;
- }
+ base::string16 organization_name() const { return organization_name_; }
// SiteDataObserver implementation.
void OnSiteDataAccessed() override;

Powered by Google App Engine
This is Rietveld 408576698