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

Unified Diff: chrome/browser/extensions/api/tabs/tabs_api.h

Issue 226043005: Fix webview.executeScript API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update InsertCss API. Created 6 years, 8 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/browser/extensions/api/tabs/tabs_api.h
diff --git a/chrome/browser/extensions/api/tabs/tabs_api.h b/chrome/browser/extensions/api/tabs/tabs_api.h
index 481046977f7ca7d439fa670f0141d263be41cf11..7490aa1a5d367b4d21d3ca90ef1cb3f7b5bd6541 100644
--- a/chrome/browser/extensions/api/tabs/tabs_api.h
+++ b/chrome/browser/extensions/api/tabs/tabs_api.h
@@ -225,6 +225,7 @@ class ExecuteCodeInTabFunction : public ExecuteCodeFunction {
virtual bool CanExecuteScriptOnPage() OVERRIDE;
virtual ScriptExecutor* GetScriptExecutor() OVERRIDE;
virtual bool IsWebView() const OVERRIDE;
+ virtual const GURL& GetWebViewSrc() const OVERRIDE;
private:
// Id of tab which executes code.
« no previous file with comments | « chrome/browser/extensions/api/execute_code_function.cc ('k') | chrome/browser/extensions/api/tabs/tabs_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698