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

Unified Diff: chrome/browser/background/background_application_list_model.h

Issue 1018643003: Removing chrome.pushMessaging API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updates to documentation per kalman's comments Created 5 years, 9 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 | chrome/browser/background/background_application_list_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/background/background_application_list_model.h
diff --git a/chrome/browser/background/background_application_list_model.h b/chrome/browser/background/background_application_list_model.h
index 14f7d8ff3475797bfc686f81960f2d872ce7d803..530eec83d7316daeba9ba1c7b0b6b88c76278fef 100644
--- a/chrome/browser/background/background_application_list_model.h
+++ b/chrome/browser/background/background_application_list_model.h
@@ -144,13 +144,6 @@ class BackgroundApplicationListModel : public content::NotificationObserver {
// Refresh the list of background applications and generate notifications.
void Update();
- // Determines if the given extension has to be considered a "background app"
- // due to its use of PushMessaging. Normally every extension that expectes
- // push messages is classified as "background app", however there are some
- // rare exceptions, so this function implements a whitelist.
- static bool RequiresBackgroundModeForPushMessaging(
- const extensions::Extension& extension);
-
ApplicationMap applications_;
extensions::ExtensionList extensions_;
ObserverList<Observer, true> observers_;
« no previous file with comments | « no previous file | chrome/browser/background/background_application_list_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698