diff options
Diffstat (limited to 'chrome_frame/chrome_frame_npapi.cc')
-rw-r--r-- | chrome_frame/chrome_frame_npapi.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome_frame/chrome_frame_npapi.cc b/chrome_frame/chrome_frame_npapi.cc index 5ae267a..f6a0174 100644 --- a/chrome_frame/chrome_frame_npapi.cc +++ b/chrome_frame/chrome_frame_npapi.cc @@ -1399,7 +1399,8 @@ NPObject* ChromeFrameNPAPI::GetWindowObject() const { bool ChromeFrameNPAPI::GetBrowserIncognitoMode() { bool incognito_mode = false; - // Check disabled for Opera due to bug: http://b/issue?id=1815494 + // Check disabled for Opera due to bug: + // http://code.google.com/p/chromium/issues/detail?id=24287 if (GetBrowserType() != BROWSER_OPERA) { // Check whether host browser is in private mode; NPBool private_mode = FALSE; |