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

Side by Side Diff: chrome/browser/ui/views/browser_bubble_aura.cc

Issue 8673009: Remove unused BrowserBubble remnants. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove more stale code. Created 9 years 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
(Empty)
1 // Copyright (c) 2011 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/views/browser_bubble.h"
6
7 // TODO(msw|oshima): This will be replaced with new bubble.
8 // See crbug.com/97248.
9
10 void BrowserBubble::InitPopup(const gfx::Insets& content_margins) {
11 NOTIMPLEMENTED();
12 }
13
14 void BrowserBubble::Show(bool activate) {
15 NOTIMPLEMENTED();
16 }
17
18 void BrowserBubble::Hide() {
19 NOTIMPLEMENTED();
20 }
21
22 void BrowserBubble::ResizeToView() {
23 NOTIMPLEMENTED();
24 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/browser_bubble.cc ('k') | chrome/browser/ui/views/browser_bubble_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698