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

Unified Diff: chrome/browser/extensions/extension_prefs.h

Issue 12680004: Remove chrome/ code to handle App Notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge conflicts. Created 7 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 | « chrome/browser/extensions/app_sync_data_unittest.cc ('k') | chrome/browser/extensions/extension_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_prefs.h
diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h
index ff3dd55bd1288b21d02c8b824a7dd898d015e595..a025e2859f1220be28b4699331f181f10f6de037 100644
--- a/chrome/browser/extensions/extension_prefs.h
+++ b/chrome/browser/extensions/extension_prefs.h
@@ -233,15 +233,6 @@ class ExtensionPrefs : public ContentSettingsStore::Observer,
// reset it. Don't call it unless you mean it!
bool SetAlertSystemFirstRun();
- // The oauth client id used for app notification setup, if any.
- std::string GetAppNotificationClientId(const std::string& extension_id) const;
- void SetAppNotificationClientId(const std::string& extension_id,
- const std::string& oauth_client_id);
-
- // Whether app notifications are disabled for the given app.
- bool IsAppNotificationDisabled(const std::string& extension_id) const;
- void SetAppNotificationDisabled(const std::string& extension_id, bool value);
-
// Checks if extensions are blacklisted by default, by policy.
// The ManagementPolicy::Provider methods also take this into account, and
// should be used instead when the extension ID is known.
« no previous file with comments | « chrome/browser/extensions/app_sync_data_unittest.cc ('k') | chrome/browser/extensions/extension_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698