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

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

Issue 25008006: Flush out initial [un]registerServiceWorker roundtrip (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use int64 for workers, remove policy check Created 7 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
Index: content/child/service_worker/web_service_worker_impl.cc
diff --git a/content/browser/power_save_blocker_android.h b/content/child/service_worker/web_service_worker_impl.cc
similarity index 64%
copy from content/browser/power_save_blocker_android.h
copy to content/child/service_worker/web_service_worker_impl.cc
index 1df7d697b53df6b968363eed4551f2b3e10faef3..02d9cf8ca772096907baeb01c944c7a11d9f3a3e 100644
--- a/content/browser/power_save_blocker_android.h
+++ b/content/child/service_worker/web_service_worker_impl.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_impl.h"
namespace content {
-bool RegisterPowerSaveBlocker(JNIEnv* env);
+WebServiceWorkerImpl::~WebServiceWorkerImpl() {}
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698