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

Unified Diff: chrome/browser/notifications/arc_notifier_manager.h

Issue 2095273002: Remove unused arc_notifier_manager.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/notifications/arc_notifier_manager.h
diff --git a/chrome/browser/notifications/arc_notifier_manager.h b/chrome/browser/notifications/arc_notifier_manager.h
deleted file mode 100644
index 802937645811aba9ce3a3eb6ef59e899d71dff96..0000000000000000000000000000000000000000
--- a/chrome/browser/notifications/arc_notifier_manager.h
+++ /dev/null
@@ -1,40 +0,0 @@
-// Copyright 2016 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.
-
-#ifndef CHROME_BROWSER_NOTIFICATIONS_ARC_NOTIFIER_MANAGER_H_
-#define CHROME_BROWSER_NOTIFICATIONS_ARC_NOTIFIER_MANAGER_H_
-
-#include <memory>
-#include <string>
-#include <vector>
-
-#include "base/macros.h"
-
-namespace content {
-class BrowserContext;
-}
-
-namespace message_center {
-struct Notifier;
-}
-
-namespace arc {
-
-// TODO(hirono): Observe enabled flag change and notify it to message center.
-class ArcNotifierManager {
- public:
- ArcNotifierManager() {}
-
- // TODO(hirono): Rewrite the function with new API to fetch package list.
- std::vector<std::unique_ptr<message_center::Notifier>> GetNotifiers(
- content::BrowserContext* profile);
- void SetNotifierEnabled(const std::string& package, bool enabled);
-
- private:
- DISALLOW_COPY_AND_ASSIGN(ArcNotifierManager);
-};
-
-} // namespace arc
-
-#endif // CHROME_BROWSER_NOTIFICATIONS_ARC_NOTIFIER_MANAGER_H_
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698