summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_active_document.cc
diff options
context:
space:
mode:
authorrogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-20 21:22:45 +0000
committerrogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-20 21:22:45 +0000
commitc70e5582aba1dbe43e5acf00109b2e6b8429f2d2 (patch)
tree3b151d74a3f5aeaf79727cfb94c88f97b2acf3b5 /chrome_frame/chrome_active_document.cc
parent3e14cad77812fbf6606d951b60eebd4f566680db (diff)
downloadchromium_src-c70e5582aba1dbe43e5acf00109b2e6b8429f2d2.zip
chromium_src-c70e5582aba1dbe43e5acf00109b2e6b8429f2d2.tar.gz
chromium_src-c70e5582aba1dbe43e5acf00109b2e6b8429f2d2.tar.bz2
Remove remaining references to CEEE.
BUG=107739 TEST=No visible code changes. Removing constants and code related to CEEE. Review URL: http://codereview.chromium.org/8909009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115183 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_active_document.cc')
-rw-r--r--chrome_frame/chrome_active_document.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/chrome_active_document.cc b/chrome_frame/chrome_active_document.cc
index 1ee9070..8e84714 100644
--- a/chrome_frame/chrome_active_document.cc
+++ b/chrome_frame/chrome_active_document.cc
@@ -1081,7 +1081,7 @@ bool ChromeActiveDocument::LaunchUrl(const ChromeFrameUrl& cf_url,
// If no profile was given, then make use of the host process's name.
if (profile.empty())
profile = GetHostProcessName(false);
- return InitializeAutomation(profile, L"", IsIEInPrivate(),
+ return InitializeAutomation(profile, IsIEInPrivate(),
false, cf_url.gurl(), GURL(referrer),
false);
}