| Index: components/gcm_driver/gcm_driver.cc
|
| diff --git a/components/gcm_driver/gcm_driver.cc b/components/gcm_driver/gcm_driver.cc
|
| index cfe9f99eaf68a04e4b6e6573e0886fa469ed37a1..64876c8e39e83178d62e8a327aef3ee9e0e204bd 100644
|
| --- a/components/gcm_driver/gcm_driver.cc
|
| +++ b/components/gcm_driver/gcm_driver.cc
|
| @@ -158,6 +158,7 @@ void GCMDriver::RemoveAppHandler(const std::string& app_id) {
|
| }
|
|
|
| GCMAppHandler* GCMDriver::GetAppHandler(const std::string& app_id) {
|
| + LOG(WARNING) << "app_id: " << app_id;
|
| // Look for exact match.
|
| GCMAppHandlerMap::const_iterator iter = app_handlers_.find(app_id);
|
| if (iter != app_handlers_.end())
|
|
|