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

Side by Side Diff: chrome/browser/notifications/balloon_collection_mac.mm

Issue 338051: Adds UI components for desktop notifications, including balloon view classes ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: use notused.png resources for try servers Created 11 years, 1 month 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
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
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
3 // found in the LICENSE file.
4
5 #include "chrome/browser/notifications/balloon_collection.h"
6
7 #include "base/gfx/size.h"
8 #include "base/logging.h"
9
10 Balloon* BalloonCollectionImpl::MakeBalloon(const Notification& notification,
11 Profile* profile) {
12 // TODO(johnnyg): http://crbug.com/23066. Part of future Mac support.
13 NOTIMPLEMENTED();
14 return NULL;
15 }
16
17 bool BalloonCollectionImpl::Layout::RefreshSystemMetrics() {
18 // TODO(johnnyg): http://crbug.com/23066. Part of future Mac support.
19 NOTIMPLEMENTED();
20 return false;
21 }
22
OLDNEW
« no previous file with comments | « chrome/browser/notifications/balloon_collection_linux.cc ('k') | chrome/browser/notifications/balloon_collection_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698