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

Unified Diff: extensions/browser/declarative_user_script_master.h

Issue 1062963006: Make WebUI webview content script work with incognito. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webui_api_4
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/declarative_user_script_master.h
diff --git a/extensions/browser/declarative_user_script_master.h b/extensions/browser/declarative_user_script_master.h
index ebe199554caba68684c71490e667f1f8141bc367..7b81afeeef8631632a23eb250a230a882cb2bd42 100644
--- a/extensions/browser/declarative_user_script_master.h
+++ b/extensions/browser/declarative_user_script_master.h
@@ -36,7 +36,8 @@ class DeclarativeUserScriptMaster {
// This may not happen right away if a script load is in progress.
void AddScripts(const std::set<UserScript>& scripts,
int render_process_id,
- int render_view_id);
+ int render_view_id,
+ bool is_incognito);
// Removes script from shared memory region. This may not happen right away if
// a script load is in progress.
« no previous file with comments | « no previous file | extensions/browser/declarative_user_script_master.cc » ('j') | extensions/browser/web_ui_user_script_loader.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698