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

Side by Side Diff: chrome/browser/cocoa/location_bar/location_bar_decoration.mm

Issue 2805070: [Mac] First part of Omnibox decoration refactor. Enable ev bubble. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: comment clarification Created 10 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
OLDNEW
(Empty)
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #import "chrome/browser/cocoa/location_bar/location_bar_decoration.h"
6
7 #include "base/logging.h"
8
9 const CGFloat LocationBarDecoration::kOmittedWidth = 0.0;
10
11 CGFloat LocationBarDecoration::GetWidthForSpace(CGFloat width) {
12 NOTREACHED();
13 return kOmittedWidth;
14 }
15
16 void LocationBarDecoration::DrawInFrame(NSRect frame, NSView* control_view) {
17 NOTREACHED();
18 }
OLDNEW
« no previous file with comments | « chrome/browser/cocoa/location_bar/location_bar_decoration.h ('k') | chrome/browser/cocoa/location_bar/location_bar_view_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698