diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-17 23:00:49 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-17 23:00:49 +0000 |
commit | 219f9cee50526e18c905f296eb07d9df5f5b0b03 (patch) | |
tree | bc0c9841c02945d6a6b9470f684cd712d806b215 /chrome/browser/chromeos/extensions/file_browser_notifications.h | |
parent | 71b7da7dbd4ed7fa4e28e23a796bd203601613aa (diff) | |
download | chromium_src-219f9cee50526e18c905f296eb07d9df5f5b0b03.zip chromium_src-219f9cee50526e18c905f296eb07d9df5f5b0b03.tar.gz chromium_src-219f9cee50526e18c905f296eb07d9df5f5b0b03.tar.bz2 |
Revert 117984 - Implement chromeos SystemNotification on Aura by introducing BalloonCollectionImplAura.
BUG=98331
TEST=Test system notifications (failed network connect, low battery) on ChromeOS Aura.
Review URL: http://codereview.chromium.org/9187043
TBR=stevenjb@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117987 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, 3 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/extensions/file_browser_notifications.h b/chrome/browser/chromeos/extensions/file_browser_notifications.h index 96d943e..889c437 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) 2012 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 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::BalloonViewHost::MessageCallback GetLinkCallback(); + chromeos::MessageCallback GetLinkCallback(); string16 link_text_; NotificationMap notifications_; @@ -121,3 +121,4 @@ class FileBrowserNotifications }; #endif // CHROME_BROWSER_CHROMEOS_EXTENSIONS_FILE_BROWSER_NOTIFICATIONS_H_ + |