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

Unified Diff: chrome/common/extensions/docs/static/experimental.proxy.html

Issue 6990054: Disable setting incognito prefs for extensions for now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated copyright header Created 9 years, 7 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
« no previous file with comments | « chrome/common/extensions/docs/samples.json ('k') | chrome/renderer/resources/extension_process_bindings.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/static/experimental.proxy.html
diff --git a/chrome/common/extensions/docs/static/experimental.proxy.html b/chrome/common/extensions/docs/static/experimental.proxy.html
index 4e7f066d4aa2afc27651f436dc0159919a0d8bb8..d391a9531026511fdb46cc2c7637367ab66200b4 100644
--- a/chrome/common/extensions/docs/static/experimental.proxy.html
+++ b/chrome/common/extensions/docs/static/experimental.proxy.html
@@ -218,7 +218,7 @@ var config = {
}
};
chrome.experimental.proxy.settings.set(
- {'value': config, 'incognito': false},
+ {value: config, scope: 'regular'},
function() {});
</pre>
@@ -238,7 +238,7 @@ var config = {
}
};
chrome.experimental.proxy.settings.set(
- {'value': config, 'incognito': false},
+ {value: config, scope: 'regular'},
function() {});
</pre>
« no previous file with comments | « chrome/common/extensions/docs/samples.json ('k') | chrome/renderer/resources/extension_process_bindings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698