Chromium Code Reviews| Index: chrome/browser/ui/confirm_bubble_model.cc |
| =================================================================== |
| --- chrome/browser/ui/confirm_bubble_model.cc (revision 116430) |
| +++ chrome/browser/ui/confirm_bubble_model.cc (working copy) |
| @@ -1,4 +1,4 @@ |
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| @@ -40,6 +40,7 @@ |
| void ConfirmBubbleModel::LinkClicked() { |
| } |
| +#if !defined(OS_MACOSX) |
|
Peter Kasting
2012/01/10 18:52:03
Don't do things this way. If you can't put the Ob
Hironori Bono
2012/01/11 06:36:40
Done. Thanks for your suggestion. (I should have m
|
| void ConfirmBubbleModel::Show(gfx::NativeView view, |
| const gfx::Point& origin, |
| ConfirmBubbleModel* model) { |
| @@ -51,4 +52,4 @@ |
| NOTIMPLEMENTED(); // Bug 99130: Implement it. |
| #endif |
| } |
| - |
| +#endif |