Chromium Code Reviews| Index: chrome/browser/extensions/api/push_messaging/push_messaging_apitest.cc |
| diff --git a/chrome/browser/extensions/api/push_messaging/push_messaging_apitest.cc b/chrome/browser/extensions/api/push_messaging/push_messaging_apitest.cc |
| index c78f77a75f32ed901370b9a70b1916239277d7bb..79ec5a4d195541dcbcd72a752d24d9b3be0775c7 100644 |
| --- a/chrome/browser/extensions/api/push_messaging/push_messaging_apitest.cc |
| +++ b/chrome/browser/extensions/api/push_messaging/push_messaging_apitest.cc |
| @@ -41,4 +41,8 @@ IN_PROC_BROWSER_TEST_F(PushMessagingApiTest, EventDispatch) { |
| EXPECT_TRUE(catcher.GetNextResult()) << catcher.message(); |
| } |
| +// TEST_F(PushMessagingApiTest, GetChannelId) { |
| +// Write some test for the GetChannelId if we can |
| +// } |
|
Munjal (Google)
2012/08/15 23:04:19
Please remove commented code.
Pete Williamson
2012/08/19 22:05:14
Done.
|
| + |
| } // namespace extensions |