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

Unified Diff: chrome/browser/resources/options2/cookies_view.js

Issue 10636019: Adding Application Data dialog for isolated apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes based on review by Bernhard. Created 8 years, 6 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/options2/cookies_view.js
diff --git a/chrome/browser/resources/options2/cookies_view.js b/chrome/browser/resources/options2/cookies_view.js
index 50a58afa6f0b636fe40c0e34991df3809fa19b4b..7a8086deddb5a67ccbf128f52aaecc2e2fcd8bd6 100644
--- a/chrome/browser/resources/options2/cookies_view.js
+++ b/chrome/browser/resources/options2/cookies_view.js
@@ -101,6 +101,10 @@ cr.define('options', function() {
if (!this.visible)
return;
+ // Inform the CookiesViewHandler that this is in the context of regular
+ // cookies dialog.
+ chrome.send('setViewContext', [false]);
+
if (!this.initialized_) {
this.initialized_ = true;
this.searchCookie();

Powered by Google App Engine
This is Rietveld 408576698