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

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

Issue 2088333003: Make IdentifiersFactory thread-safe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: long -> int Created 4 years, 6 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/core/inspector/IdentifiersFactory.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 aafb53359195eff27bde35c75004ec7bca334410..5422991bc9e2dc3b5b8902a4c6df9ea86b8fed3a 100644
--- a/third_party/WebKit/Source/core/inspector/IdentifiersFactory.h
+++ b/third_party/WebKit/Source/core/inspector/IdentifiersFactory.h
@@ -50,7 +50,6 @@ public:
static DocumentLoader* loaderById(InspectedFrames*, const String&);
private:
- static void initialize();
static String addProcessIdPrefixTo(int id);
static int removeProcessIdPrefixFrom(const String&, bool* ok);
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/IdentifiersFactory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698