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

Unified Diff: content/browser/service_worker/embedded_worker_instance.h

Issue 2630273002: ServiceWorker: mojofy ResumeAfterDownload and AddMessageToConsole (Closed)
Patch Set: s/is/was/ , add :: before blink and remove unnecessary include Created 3 years, 11 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 | content/browser/service_worker/embedded_worker_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/service_worker/embedded_worker_instance.h
diff --git a/content/browser/service_worker/embedded_worker_instance.h b/content/browser/service_worker/embedded_worker_instance.h
index e5701ff779c4aab5b46f4e07151a0be6afb33fa3..6fb78da068ae3081865389aed6bdfeabfb796ad8 100644
--- a/content/browser/service_worker/embedded_worker_instance.h
+++ b/content/browser/service_worker/embedded_worker_instance.h
@@ -26,7 +26,6 @@
#include "content/common/service_worker/embedded_worker.mojom.h"
#include "content/common/service_worker/service_worker_event_dispatcher.mojom.h"
#include "content/common/service_worker/service_worker_status_code.h"
-#include "content/public/common/console_message_level.h"
#include "url/gurl.h"
// Windows headers will redefine SendMessage.
@@ -180,7 +179,7 @@ class CONTENT_EXPORT EmbeddedWorkerInstance {
void OnURLJobCreatedForMainScript();
// Add message to the devtools console.
- void AddMessageToConsole(ConsoleMessageLevel level,
+ void AddMessageToConsole(blink::WebConsoleMessage::Level level,
const std::string& message);
static std::string StatusToString(EmbeddedWorkerStatus status);
« no previous file with comments | « no previous file | content/browser/service_worker/embedded_worker_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698