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

Side by Side Diff: chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm

Issue 10756018: Merge grd files in ui/resources and chrome/app/theme (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, *_standard.rc Created 8 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #import "chrome/browser/ui/cocoa/toolbar/toolbar_controller.h" 5 #import "chrome/browser/ui/cocoa/toolbar/toolbar_controller.h"
6 6
7 #include <algorithm> 7 #include <algorithm>
8 8
9 #include "base/mac/bundle_locations.h" 9 #include "base/mac/bundle_locations.h"
10 #include "base/mac/mac_util.h" 10 #include "base/mac/mac_util.h"
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 #include "chrome/browser/upgrade_detector.h" 50 #include "chrome/browser/upgrade_detector.h"
51 #include "chrome/common/chrome_notification_types.h" 51 #include "chrome/common/chrome_notification_types.h"
52 #include "chrome/common/pref_names.h" 52 #include "chrome/common/pref_names.h"
53 #include "content/public/browser/notification_details.h" 53 #include "content/public/browser/notification_details.h"
54 #include "content/public/browser/notification_observer.h" 54 #include "content/public/browser/notification_observer.h"
55 #include "content/public/browser/notification_service.h" 55 #include "content/public/browser/notification_service.h"
56 #include "content/public/browser/web_contents.h" 56 #include "content/public/browser/web_contents.h"
57 #include "grit/chromium_strings.h" 57 #include "grit/chromium_strings.h"
58 #include "grit/generated_resources.h" 58 #include "grit/generated_resources.h"
59 #include "grit/theme_resources.h" 59 #include "grit/theme_resources.h"
60 #include "grit/theme_resources_standard.h"
61 #include "ui/base/l10n/l10n_util.h" 60 #include "ui/base/l10n/l10n_util.h"
62 #include "ui/base/l10n/l10n_util_mac.h" 61 #include "ui/base/l10n/l10n_util_mac.h"
63 #include "ui/base/resource/resource_bundle.h" 62 #include "ui/base/resource/resource_bundle.h"
64 #include "ui/gfx/image/image.h" 63 #include "ui/gfx/image/image.h"
65 #include "ui/gfx/rect.h" 64 #include "ui/gfx/rect.h"
66 65
67 using content::OpenURLParams; 66 using content::OpenURLParams;
68 using content::Referrer; 67 using content::Referrer;
69 using content::WebContents; 68 using content::WebContents;
70 69
(...skipping 726 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 - (void)hideDropURLsIndicatorInView:(NSView*)view { 796 - (void)hideDropURLsIndicatorInView:(NSView*)view {
798 // Do nothing. 797 // Do nothing.
799 } 798 }
800 799
801 // (URLDropTargetController protocol) 800 // (URLDropTargetController protocol)
802 - (BOOL)isUnsupportedDropData:(id<NSDraggingInfo>)info { 801 - (BOOL)isUnsupportedDropData:(id<NSDraggingInfo>)info {
803 return drag_util::IsUnsupportedDropData(profile_, info); 802 return drag_util::IsUnsupportedDropData(profile_, info);
804 } 803 }
805 804
806 @end 805 @end
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/toolbar/reload_button.mm ('k') | chrome/browser/ui/collected_cookies_infobar_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698