Index: chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm |
diff --git a/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm b/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm |
index b407a054602b4c102ba1ab373ee9d702413da7c0..ef4eadd439530cad3e29d5cbb9bb8099ed8d6ddf 100644 |
--- a/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm |
+++ b/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm |
@@ -45,10 +45,6 @@ const int kGeoLabelHeight = 14; |
// Height of the "Clear" button in the geolocation bubble. |
const int kGeoClearButtonHeight = 17; |
-// Padding between radio buttons and "Load all plugins" button |
-// in the plugin bubble. |
-const int kLoadAllPluginsButtonVerticalPadding = 8; |
- |
// General padding between elements in the geolocation bubble. |
const int kGeoPadding = 8; |