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

Unified Diff: extensions/browser/guest_view/web_view/web_view_constants.h

Issue 959413003: Implement <webview>.addContentScript/removeContentScript API [1] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: extensions/browser/guest_view/web_view/web_view_constants.h
diff --git a/extensions/browser/guest_view/web_view/web_view_constants.h b/extensions/browser/guest_view/web_view/web_view_constants.h
index 3d727223b9fceb7d7dc95c0bc404114b42d113a7..baf49c29c775e8c7b19b78165365f61927a43d46 100644
--- a/extensions/browser/guest_view/web_view/web_view_constants.h
+++ b/extensions/browser/guest_view/web_view/web_view_constants.h
@@ -136,6 +136,9 @@ extern const uint32 WEB_VIEW_REMOVE_DATA_MASK_INDEXEDDB;
extern const uint32 WEB_VIEW_REMOVE_DATA_MASK_LOCAL_STORAGE;
extern const uint32 WEB_VIEW_REMOVE_DATA_MASK_WEBSQL;
+// Other.
+extern const char kWebViewContentScriptManagerKeyName[];
+
} // namespace webview
#endif // EXTENSIONS_BROWSER_GUEST_VIEW_WEB_VIEW_WEB_VIEW_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698