diff options
author | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-12 11:20:56 +0000 |
---|---|---|
committer | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-12 11:20:56 +0000 |
commit | e8bfdb3af0df9b2cac362091a5d977f28182c4f2 (patch) | |
tree | 034af395a87c4651e0b0624bb06c4cfdd0b83c22 /chrome/app/nibs/ContentBlockedPopups.xib | |
parent | 6a37dd5d3fc5aaa95a97e4663213f1035528aacc (diff) | |
download | chromium_src-e8bfdb3af0df9b2cac362091a5d977f28182c4f2.zip chromium_src-e8bfdb3af0df9b2cac362091a5d977f28182c4f2.tar.gz chromium_src-e8bfdb3af0df9b2cac362091a5d977f28182c4f2.tar.bz2 |
Use a sane naming scheme for content setting bubble classes.
I'm renaming the platform-specific content setting bubble classes to the uniform naming scheme content_setting_bubble_{views,gtk,cocoa}.{h,cc}
XIB changes: Rename ContentBlockedBubbleController in ContentBlocked*.xib to ContentSettingBubbleController.
BUG=none
TEST=everything compiles
Review URL: http://codereview.chromium.org/3099002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55872 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/nibs/ContentBlockedPopups.xib')
-rw-r--r-- | chrome/app/nibs/ContentBlockedPopups.xib | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/nibs/ContentBlockedPopups.xib b/chrome/app/nibs/ContentBlockedPopups.xib index b5e1810..e94d41d 100644 --- a/chrome/app/nibs/ContentBlockedPopups.xib +++ b/chrome/app/nibs/ContentBlockedPopups.xib @@ -26,7 +26,7 @@ <object class="NSMutableArray" key="IBDocument.RootObjects" id="1000"> <bool key="EncodedWithXMLCoder">YES</bool> <object class="NSCustomObject" id="1001"> - <string key="NSClassName">ContentBlockedBubbleController</string> + <string key="NSClassName">ContentSettingBubbleController</string> </object> <object class="NSCustomObject" id="1003"> <string key="NSClassName">FirstResponder</string> @@ -763,7 +763,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAAFwgAAAAAACAAIAAgACAABAAEAAQABA</bytes> </object> </object> <object class="IBPartialClassDescription"> - <string key="className">ContentBlockedBubbleController</string> + <string key="className">ContentSettingBubbleController</string> <string key="superclassName">NSWindowController</string> <object class="NSMutableDictionary" key="actions"> <bool key="EncodedWithXMLCoder">YES</bool> |