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

Unified Diff: content/child/service_worker/web_service_worker_proxy.cc

Issue 25008006: Flush out initial [un]registerServiceWorker roundtrip (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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: content/child/service_worker/web_service_worker_proxy.cc
diff --git a/content/browser/power_save_blocker_android.h b/content/child/service_worker/web_service_worker_proxy.cc
similarity index 64%
copy from content/browser/power_save_blocker_android.h
copy to content/child/service_worker/web_service_worker_proxy.cc
index 1df7d697b53df6b968363eed4551f2b3e10faef3..570e81b0461f924f2d6b959bcd0807b234349f7f 100644
--- a/content/browser/power_save_blocker_android.h
+++ b/content/child/service_worker/web_service_worker_proxy.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include <jni.h>
+#include "content/child/service_worker/web_service_worker_proxy.h"
namespace content {
-bool RegisterPowerSaveBlocker(JNIEnv* env);
+WebServiceWorkerImpl::~WebServiceWorkerImpl() {}
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698