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

Unified Diff: third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.h

Issue 2610783004: Remove ContextClient from NavigatorInstalledApp (Closed)
Patch Set: temp 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 | third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.h
diff --git a/third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.h b/third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.h
index 17f39de6fffc5bb25dad9198d4ac1033419a52fc..bfd63e3ec2e4ce477b266bbad8b8a333ea6a165f 100644
--- a/third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.h
+++ b/third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.h
@@ -5,7 +5,6 @@
#ifndef NavigatorInstalledApp_h
#define NavigatorInstalledApp_h
-#include "core/dom/ContextLifecycleObserver.h"
#include "core/frame/Navigator.h"
#include "platform/Supplementable.h"
#include "platform/heap/Handle.h"
@@ -21,8 +20,7 @@ class InstalledAppController;
class NavigatorInstalledApp final
: public GarbageCollected<NavigatorInstalledApp>,
- public Supplement<Navigator>,
- public ContextClient {
+ public Supplement<Navigator> {
USING_GARBAGE_COLLECTED_MIXIN(NavigatorInstalledApp);
public:
@@ -37,7 +35,7 @@ class NavigatorInstalledApp final
DECLARE_VIRTUAL_TRACE();
private:
- explicit NavigatorInstalledApp(LocalFrame*);
+ explicit NavigatorInstalledApp(Navigator&);
static const char* supplementName();
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698