Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2015 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 #include "chrome/browser/ui/cocoa/website_settings/chooser_bubble_ui_cocoa.h" | |
| 6 | |
| 7 ChooserBubbleUiCocoa::ChooserBubbleUiCocoa() {} | |
|
Reilly Grant (use Gerrit)
2015/10/29 01:11:32
This is not ready for review. If you want to wait
juncai
2015/10/31 04:15:36
Done.
| |
| 8 | |
| 9 ChooserBubbleUiCocoa::~ChooserBubbleUiCocoa() {} | |
| 10 | |
| 11 void ChooserBubbleUiCocoa::Show(BubbleReference bubble_reference) {} | |
| 12 | |
| 13 void ChooserBubbleUiCocoa::Close() {} | |
| 14 | |
| 15 void ChooserBubbleUiCocoa::UpdateAnchorPosition() {} | |
| 16 | |
| 17 void ChooserBubbleUiCocoa::Update() {} | |
| OLD | NEW |