diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-07 00:57:27 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-07 00:57:27 +0000 |
commit | d8922f242f544d7bdd84263676e75906e154e2c2 (patch) | |
tree | b688c8a49b7154ceae27415f5ad31aa352ae089e /chrome_frame/chrome_frame_npapi.cc | |
parent | 73448fc4d5e742a7e2afe4325abbb3f4a44b0aef (diff) | |
download | chromium_src-d8922f242f544d7bdd84263676e75906e154e2c2.zip chromium_src-d8922f242f544d7bdd84263676e75906e154e2c2.tar.gz chromium_src-d8922f242f544d7bdd84263676e75906e154e2c2.tar.bz2 |
Remove/update a bunch of references to the Google-internal bug tracker.
Many of our references turn out to just be context for a given workaround,
e.g. "Set the foobar here because the destructor dereferences it, see
http://private-bug-url".
Review URL: http://codereview.chromium.org/2004004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46645 0039d316-1c4b-4281-b951-d872f2087c98
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; |