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

Unified Diff: chrome/browser/extensions/api/push_messaging/push_messaging_apitest.cc

Issue 10836182: Obfuscated Gaia ID fetcher (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase to master Created 8 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
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

Powered by Google App Engine
This is Rietveld 408576698