| Index: components/gcm_driver/instance_id/instance_id_android.h
|
| diff --git a/components/gcm_driver/instance_id/instance_id_android.h b/components/gcm_driver/instance_id/instance_id_android.h
|
| index 938c34e4cdfd352a05167c60bff9f295d4dda93f..f0685583c6834f22f6638b99c86ec6f85b0ffbb1 100644
|
| --- a/components/gcm_driver/instance_id/instance_id_android.h
|
| +++ b/components/gcm_driver/instance_id/instance_id_android.h
|
| @@ -27,6 +27,8 @@ class InstanceIDAndroid : public InstanceID {
|
| // Register JNI methods.
|
| static bool RegisterBindings(JNIEnv* env);
|
|
|
| + static void ClearDataAndSetUseFakeForTesting(bool use_fake);
|
| +
|
| InstanceIDAndroid(const std::string& app_id);
|
| ~InstanceIDAndroid() override;
|
|
|
|
|