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(); |