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

Unified Diff: components/gcm_driver/gcm_driver.h

Issue 2111973002: Add support for GCM subtypes to desktop Instance ID implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iid9push
Patch Set: Remove channel from product_category_for_subtypes, and address nits Created 4 years, 4 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 | « components/gcm_driver/gcm_desktop_utils.cc ('k') | components/gcm_driver/gcm_driver_desktop_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver/gcm_driver.h
diff --git a/components/gcm_driver/gcm_driver.h b/components/gcm_driver/gcm_driver.h
index 6cf0cdf3e20f442a64072a0167d1181fd47d97b6..f115d16562a00f5259063fee96ca738bf8819c74 100644
--- a/components/gcm_driver/gcm_driver.h
+++ b/components/gcm_driver/gcm_driver.h
@@ -43,10 +43,6 @@ class InstanceIDHandler {
InstanceIDHandler();
virtual ~InstanceIDHandler();
- // Delete all tokens assoicated with |app_id|.
- void DeleteAllTokensForApp(const std::string& app_id,
- const DeleteTokenCallback& callback);
-
// Token service.
virtual void GetToken(const std::string& app_id,
const std::string& authorized_entity,
@@ -57,6 +53,8 @@ class InstanceIDHandler {
const std::string& authorized_entity,
const std::string& scope,
const DeleteTokenCallback& callback) = 0;
+ void DeleteAllTokensForApp(const std::string& app_id,
+ const DeleteTokenCallback& callback);
// Persistence support.
virtual void AddInstanceIDData(const std::string& app_id,
« no previous file with comments | « components/gcm_driver/gcm_desktop_utils.cc ('k') | components/gcm_driver/gcm_driver_desktop_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698