Index: chrome_frame/test/chrome_frame_test_utils.h |
=================================================================== |
--- chrome_frame/test/chrome_frame_test_utils.h (revision 42644) |
+++ chrome_frame/test/chrome_frame_test_utils.h (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2009 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -115,6 +115,8 @@ |
// Returns S_OK on success. |
HRESULT LaunchIEAsComServer(IWebBrowser2** web_browser); |
+FilePath GetProfilePath(const std::wstring& suffix); |
+ |
#ifndef DISPID_NEWPROCESS |
#define DISPID_NEWPROCESS 284 |
#endif // DISPID_NEWPROCESS |
@@ -255,7 +257,7 @@ |
virtual void OnNewBrowserWindow(IDispatch* new_window, const wchar_t* url) {} |
// Window watchdog override |
- virtual void OnWindowDetected(HWND hwnd, const std::string& caption) {}; |
+ virtual void OnWindowDetected(HWND hwnd, const std::string& caption) {} |
IWebBrowser2* web_browser2() { |
return web_browser2_.get(); |