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

Unified Diff: components/gcm_driver/instance_id/instance_id_driver.h

Issue 1128123003: Implement InstanceID API functions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test Created 5 years, 7 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
Index: components/gcm_driver/instance_id/instance_id_driver.h
diff --git a/components/gcm_driver/instance_id/instance_id_driver.h b/components/gcm_driver/instance_id/instance_id_driver.h
index 52b079e24ac0659885d0148be76d35329d5fdaaf..496964fd6bc3c3cb4b7759b2cddb69801b015899 100644
--- a/components/gcm_driver/instance_id/instance_id_driver.h
+++ b/components/gcm_driver/instance_id/instance_id_driver.h
@@ -23,6 +23,9 @@ class InstanceID;
// implementation.
class InstanceIDDriver {
public:
+ // Returns whether InstanceID is enabled.
+ static bool IsInstanceIDEnabled();
+
explicit InstanceIDDriver(gcm::GCMDriver* gcm_driver);
virtual ~InstanceIDDriver();
« no previous file with comments | « components/gcm_driver/instance_id/instance_id.cc ('k') | components/gcm_driver/instance_id/instance_id_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698