diff options
author | stevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-18 04:21:10 +0000 |
---|---|---|
committer | stevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-18 04:21:10 +0000 |
commit | 692da5b82dc39a60cbf2e4430907c167f8d20070 (patch) | |
tree | e578fd9f732e9c42e26e0d8c196baa086eb389da /chrome/browser/chromeos/extensions/file_browser_notifications.h | |
parent | 1a353f1ce3a2c57a94555300ad1d9868d730feba (diff) | |
download | chromium_src-692da5b82dc39a60cbf2e4430907c167f8d20070.zip chromium_src-692da5b82dc39a60cbf2e4430907c167f8d20070.tar.gz chromium_src-692da5b82dc39a60cbf2e4430907c167f8d20070.tar.bz2 |
Implement chromeos SystemNotification on Aura by introducing BalloonCollectionImplAura.
BUG=98331
TEST=Test system notifications (failed network connect, low battery) on ChromeOS Aura.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=117984
Review URL: http://codereview.chromium.org/9187043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118044 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/extensions/file_browser_notifications.h')
-rw-r--r-- | chrome/browser/chromeos/extensions/file_browser_notifications.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/chromeos/extensions/file_browser_notifications.h b/chrome/browser/chromeos/extensions/file_browser_notifications.h index 889c437..96d943e 100644 --- a/chrome/browser/chromeos/extensions/file_browser_notifications.h +++ b/chrome/browser/chromeos/extensions/file_browser_notifications.h @@ -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. @@ -110,7 +110,7 @@ class FileBrowserNotifications void OnLinkClicked(const base::ListValue* arg); bool HasMoreInfoLink(NotificationType type); const string16& GetLinkText(); - chromeos::MessageCallback GetLinkCallback(); + chromeos::BalloonViewHost::MessageCallback GetLinkCallback(); string16 link_text_; NotificationMap notifications_; @@ -121,4 +121,3 @@ class FileBrowserNotifications }; #endif // CHROME_BROWSER_CHROMEOS_EXTENSIONS_FILE_BROWSER_NOTIFICATIONS_H_ - |