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

Unified Diff: chrome/browser/resources/apps_debugger/main.html

Issue 12317036: Add API in developerPrivate to allow/ disallow incognito mode. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 7 years, 10 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/resources/apps_debugger/main.html
diff --git a/chrome/browser/resources/apps_debugger/main.html b/chrome/browser/resources/apps_debugger/main.html
index e10a4d135e4ff7deddc699d1ba7eec2af128bedf..078b82f92bee93f32019f164db3ed804e1770952 100644
--- a/chrome/browser/resources/apps_debugger/main.html
+++ b/chrome/browser/resources/apps_debugger/main.html
@@ -82,8 +82,13 @@ found in the LICENSE file.
</div>
<div class="optional-controls">
<button class="show-button"
- i18n-content="extensionSettingsShowButton" hidden></button>
+ i18n-content="extensionSettingsShowButton" hidden>
+ </button>
<span class="optional-control-disableable">
+ <label class="incognito-control" hidden>
+ <input type="checkbox">
+ <span i18n-content="extensionSettingsEnableIncognito"></span>
+ </label>
<label class="file-access-control" hidden>
<input type="checkbox">
<span i18n-content="extensionSettingsAllowFileAccess">
« no previous file with comments | « chrome/browser/resources/apps_debugger/js/items_list.js ('k') | chrome/common/extensions/api/developer_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698