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

Unified Diff: chrome/app/nibs/AvatarMenuItem.xib

Issue 2561163004: [Mac] Delete the unused AvatarMenuBubbleController and its associated XIB. (Closed)
Patch Set: include Created 4 years 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
« no previous file with comments | « no previous file | chrome/app/nibs/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/nibs/AvatarMenuItem.xib
diff --git a/chrome/app/nibs/AvatarMenuItem.xib b/chrome/app/nibs/AvatarMenuItem.xib
deleted file mode 100644
index 0c1b88998852e4787332de71a3d2a661fb95926e..0000000000000000000000000000000000000000
--- a/chrome/app/nibs/AvatarMenuItem.xib
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="13F1077" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
- <dependencies>
- <deployment version="1090" identifier="macosx"/>
- <development version="5100" identifier="xcode"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="5056"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="AvatarMenuItemController">
- <connections>
- <outlet property="activeView" destination="8" id="11"/>
- <outlet property="editButton" destination="25" id="39"/>
- <outlet property="emailField" destination="23" id="40"/>
- <outlet property="iconView" destination="2" id="15"/>
- <outlet property="nameField" destination="4" id="13"/>
- <outlet property="view" destination="1" id="10"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application"/>
- <customView id="1" customClass="AvatarMenuItemView">
- <rect key="frame" x="0.0" y="0.0" width="175" height="48"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
- <subviews>
- <imageView id="2">
- <rect key="frame" x="6" y="5" width="38" height="38"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="NSUser" id="3" customClass="AccessibilityIgnoredImageCell"/>
- </imageView>
- <textField verticalHuggingPriority="750" id="4">
- <rect key="frame" x="49" y="25" width="120" height="17"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
- <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Username" id="5">
- <font key="font" metaFont="system"/>
- <color key="textColor" white="0.12" alpha="1" colorSpace="calibratedWhite"/>
- <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- <imageView id="8">
- <rect key="frame" x="28" y="5" width="16" height="16"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="NSLockLockedTemplate" id="9" customClass="AccessibilityIgnoredImageCell"/>
- </imageView>
- <textField verticalHuggingPriority="750" id="23">
- <rect key="frame" x="49" y="8" width="120" height="16"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
- <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="email@example.com" id="24" customClass="AccessibilityIgnoredTextFieldCell">
- <font key="font" metaFont="cellTitle"/>
- <color key="textColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
- <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- <button id="25">
- <rect key="frame" x="49" y="8" width="120" height="16"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <buttonCell key="cell" type="square" title="^IDS_PROFILES_EDIT_PROFILE_LINK" bezelStyle="shadowlessSquare" alignment="left" imageScaling="proportionallyDown" inset="2" id="26" customClass="HyperlinkButtonCell">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="cellTitle"/>
- </buttonCell>
- <connections>
- <action selector="editProfile:" target="-2" id="41"/>
- </connections>
- </button>
- </subviews>
- <connections>
- <outlet property="viewController" destination="-2" id="22"/>
- </connections>
- </customView>
- <customObject id="42" customClass="ChromeUILocalizer">
- <connections>
- <outlet property="owner_" destination="-2" id="48"/>
- </connections>
- </customObject>
- </objects>
- <resources>
- <image name="NSLockLockedTemplate" width="9" height="12"/>
- <image name="NSUser" width="32" height="32"/>
- </resources>
-</document>
« no previous file with comments | « no previous file | chrome/app/nibs/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698