| 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 30b0659866301723ebe63dc5d11e5bc9b59a4184..aafb53359195eff27bde35c75004ec7bca334410 100644
|
| --- a/third_party/WebKit/Source/core/inspector/IdentifiersFactory.h
|
| +++ b/third_party/WebKit/Source/core/inspector/IdentifiersFactory.h
|
| @@ -39,7 +39,6 @@ class InspectedFrames;
|
| class CORE_EXPORT IdentifiersFactory {
|
| STATIC_ONLY(IdentifiersFactory);
|
| public:
|
| - static void setProcessId(long);
|
| static String createIdentifier();
|
|
|
| static String requestId(unsigned long identifier);
|
| @@ -51,6 +50,7 @@ public:
|
| static DocumentLoader* loaderById(InspectedFrames*, const String&);
|
|
|
| private:
|
| + static void initialize();
|
| static String addProcessIdPrefixTo(int id);
|
| static int removeProcessIdPrefixFrom(const String&, bool* ok);
|
| };
|
|
|