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

Unified Diff: chrome/browser/services/gcm/push_messaging_browsertest.cc

Issue 640593003: Remove the sender_id from the Push API code path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: add TODOs Created 6 years, 2 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
« no previous file with comments | « no previous file | chrome/test/data/push_messaging/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/services/gcm/push_messaging_browsertest.cc
diff --git a/chrome/browser/services/gcm/push_messaging_browsertest.cc b/chrome/browser/services/gcm/push_messaging_browsertest.cc
index 46cd0cba38e42a6e3c3b908e7fa2083f329b2026..84333919fde080af242042da96ef0c9300e29d1d 100644
--- a/chrome/browser/services/gcm/push_messaging_browsertest.cc
+++ b/chrome/browser/services/gcm/push_messaging_browsertest.cc
@@ -122,7 +122,7 @@ class PushMessagingBrowserTest : public InProcessBrowserTest {
}
bool RegisterPush(std::string* result) {
- return RunScript("registerPush('1234567890')", result);
+ return RunScript("registerPush()", result);
}
net::SpawnedTestServer* https_server() const { return https_server_.get(); }
« no previous file with comments | « no previous file | chrome/test/data/push_messaging/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698