| Index: chrome/renderer/extensions/document_custom_bindings.h
|
| diff --git a/chrome/renderer/extensions/document_custom_bindings.h b/chrome/renderer/extensions/document_custom_bindings.h
|
| index 4a160151d9a8646f5d05b071ca776a5110373fd9..2681e6a60b683eb57ada0dd000cc858315e428df 100644
|
| --- a/chrome/renderer/extensions/document_custom_bindings.h
|
| +++ b/chrome/renderer/extensions/document_custom_bindings.h
|
| @@ -15,6 +15,8 @@ class DocumentCustomBindings : public ChromeV8Extension {
|
| DocumentCustomBindings(Dispatcher* dispatcher, ChromeV8Context* context);
|
|
|
| private:
|
| + // Indicates whether two provided URLs resolve to the same URL.
|
| + void CompareURLs(const v8::FunctionCallbackInfo<v8::Value>& args);
|
| // Registers the provided element as a custom element in Blink.
|
| void RegisterElement(const v8::FunctionCallbackInfo<v8::Value>& args);
|
| };
|
|
|