summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame_automation.h
diff options
context:
space:
mode:
authortommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-01 16:00:21 +0000
committertommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-01 16:00:21 +0000
commit10bf1a7030eeed02e2af95eaff012d2428ea5bc2 (patch)
treef381f0333bb9901aca6d2d5e2b0fdbfc5743b6d2 /chrome_frame/chrome_frame_automation.h
parent7f14e1fd31ddd510b19e2d9f6942c45435c9a8c6 (diff)
downloadchromium_src-10bf1a7030eeed02e2af95eaff012d2428ea5bc2.zip
chromium_src-10bf1a7030eeed02e2af95eaff012d2428ea5bc2.tar.gz
chromium_src-10bf1a7030eeed02e2af95eaff012d2428ea5bc2.tar.bz2
Committing patch 256001 for Roger:http://codereview.chromium.org/256001Allow Chrome Frame to display chrome-extension URLs when running in privilegedmode.BUG=noneTEST=see unit tests
Review URL: http://codereview.chromium.org/246050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27724 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame_automation.h')
-rw-r--r--chrome_frame/chrome_frame_automation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/chrome_frame_automation.h b/chrome_frame/chrome_frame_automation.h
index 796facb..dfe408d 100644
--- a/chrome_frame/chrome_frame_automation.h
+++ b/chrome_frame/chrome_frame_automation.h
@@ -189,7 +189,7 @@ class ChromeFrameAutomationClient
bool incognito);
void Uninitialize();
- virtual bool InitiateNavigation(const std::string& url);
+ virtual bool InitiateNavigation(const std::string& url, bool is_privileged);
virtual bool NavigateToIndex(int index);
bool ForwardMessageFromExternalHost(const std::string& message,
const std::string& origin,