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

Unified Diff: ceee/firefox/content/overlay.js

Issue 5512001: Cloned from issue http://codereview.chromium.org/5277004/ by rogerta@chromium... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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
« no previous file with comments | « ceee/firefox/content/cf.js ('k') | ceee/firefox/content/tab_api.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/firefox/content/overlay.js
===================================================================
--- ceee/firefox/content/overlay.js (revision 67716)
+++ ceee/firefox/content/overlay.js (working copy)
@@ -297,8 +297,8 @@
this.cfHelper_ = new CEEE_CfHelper(this);
var parent = document.getElementById('ceee-browser-item');
- var cf = this.cfHelper_.create(parent, this.cfHelper_.CHROME_FRAME_ID,
- onCfReady, onCfMessage);
+ var cf = this.cfHelper_.create(parent, CEEE_globals.CHROME_FRAME_ID,
+ onCfReady, onCfMessage);
};
/** Returns a helper object for working with ChromeFrame. */
« no previous file with comments | « ceee/firefox/content/cf.js ('k') | ceee/firefox/content/tab_api.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698