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

Unified Diff: chrome/renderer/extensions/document_custom_bindings.h

Issue 27408004: <webview>: Resolve relative paths as chrome-extension: URLs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't update src attribute with resolved URL. Created 7 years, 2 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: 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);
};

Powered by Google App Engine
This is Rietveld 408576698