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

Unified Diff: third_party/WebKit/Source/core/inspector/IdentifiersFactory.h

Issue 2800213002: Avoid duplicate functions/code in core/inspector.
Patch Set: A third way Created 3 years, 5 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: third_party/WebKit/Source/core/inspector/IdentifiersFactory.h
diff --git a/third_party/WebKit/Source/core/inspector/IdentifiersFactory.h b/third_party/WebKit/Source/core/inspector/IdentifiersFactory.h
index 2ed649da30f51f3b79de92a3efb03b87167eaf6c..0d4592f78c92d844602b888075e1d89b48e0a6f8 100644
--- a/third_party/WebKit/Source/core/inspector/IdentifiersFactory.h
+++ b/third_party/WebKit/Source/core/inspector/IdentifiersFactory.h
@@ -45,6 +45,8 @@ class CORE_EXPORT IdentifiersFactory {
static String RequestId(unsigned long identifier);
static String FrameId(LocalFrame*);
+ static String FrameIdSafe(LocalFrame*);
+
static LocalFrame* FrameById(InspectedFrames*, const String&);
static String LoaderId(DocumentLoader*);

Powered by Google App Engine
This is Rietveld 408576698