| 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);
|
| };
|
|
|