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

Side by Side Diff: chrome/browser/cocoa/location_bar_view_mac.mm

Issue 155070: Redraw the location bar on reload. This change is Mac port of http://coderevi... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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/cocoa/location_bar_view_mac.h" 5 #import "chrome/browser/cocoa/location_bar_view_mac.h"
6 6
7 #include "base/string_util.h" 7 #include "base/string_util.h"
8 #include "chrome/app/chrome_dll_resource.h" 8 #include "chrome/app/chrome_dll_resource.h"
9 #include "chrome/browser/alternate_nav_url_fetcher.h" 9 #include "chrome/browser/alternate_nav_url_fetcher.h"
10 #import "chrome/browser/app_controller_mac.h" 10 #import "chrome/browser/app_controller_mac.h"
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 NOTIMPLEMENTED(); 123 NOTIMPLEMENTED();
124 return SkBitmap(); 124 return SkBitmap();
125 } 125 }
126 126
127 std::wstring LocationBarViewMac::GetTitle() const { 127 std::wstring LocationBarViewMac::GetTitle() const {
128 NOTIMPLEMENTED(); 128 NOTIMPLEMENTED();
129 return std::wstring(); 129 return std::wstring();
130 } 130 }
131 131
132 void LocationBarViewMac::Revert() { 132 void LocationBarViewMac::Revert() {
133 NOTIMPLEMENTED(); 133 edit_view_->RevertAll();
134 } 134 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698