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

Unified Diff: content/child/blink_platform_impl.h

Issue 1660383002: Refactoring: Move some classes from content/child to platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add PLATFORM_EXPORT; Address haraken's review Created 4 years, 10 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 | « components/test_runner/test_common.cc ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blink_platform_impl.h
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
index 59fa1f07f67f4f0cf0f75f0f0967b79d1ec47016..81e92241f6851138af052993386adfa98f7979df 100644
--- a/content/child/blink_platform_impl.h
+++ b/content/child/blink_platform_impl.h
@@ -51,7 +51,6 @@ class ThreadSafeSender;
class TraceLogObserverAdapter;
class WebCryptoImpl;
class WebGeofencingProviderImpl;
-class WebMemoryDumpProviderAdapter;
class CONTENT_EXPORT BlinkPlatformImpl
: NON_EXPORTED_BASE(public blink::Platform) {
@@ -99,11 +98,6 @@ class CONTENT_EXPORT BlinkPlatformImpl
bool portAllowed(const blink::WebURL& url) const override;
blink::WebThread* createThread(const char* name) override;
blink::WebThread* currentThread() override;
- void registerMemoryDumpProvider(blink::WebMemoryDumpProvider* wmdp,
- const char* name) override;
- void unregisterMemoryDumpProvider(
- blink::WebMemoryDumpProvider* wmdp) override;
- blink::WebProcessMemoryDump* createProcessMemoryDump() override;
blink::Platform::WebMemoryAllocatorDumpGuid createWebMemoryAllocatorDumpGuid(
const blink::WebString& guidStr) override;
void addTraceLogEnabledStateObserver(
@@ -163,9 +157,6 @@ class CONTENT_EXPORT BlinkPlatformImpl
base::ThreadLocalStorage::Slot current_thread_slot_;
webcrypto::WebCryptoImpl web_crypto_;
scoped_ptr<WebGeofencingProviderImpl> geofencing_provider_;
- base::ScopedPtrHashMap<blink::WebMemoryDumpProvider*,
- scoped_ptr<WebMemoryDumpProviderAdapter>>
- memory_dump_providers_;
base::ScopedPtrHashMap<blink::Platform::TraceLogEnabledStateObserver*,
scoped_ptr<TraceLogObserverAdapter>>
trace_log_observers_;
« no previous file with comments | « components/test_runner/test_common.cc ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698