| Index: chrome_frame/chrome_frame_automation.h
|
| ===================================================================
|
| --- chrome_frame/chrome_frame_automation.h (revision 42690)
|
| +++ chrome_frame/chrome_frame_automation.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2009 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.
|
|
|
| @@ -88,7 +88,6 @@
|
| std::wstring extra_chrome_arguments;
|
| bool perform_version_check;
|
| bool incognito_mode;
|
| - FilePath profile_path;
|
| };
|
|
|
| // We must create and destroy automation proxy in a thread with a message loop.
|
| @@ -161,7 +160,7 @@
|
| virtual bool Initialize(ChromeFrameDelegate* chrome_frame_delegate,
|
| int automation_server_launch_timeout,
|
| bool perform_version_check,
|
| - const FilePath& profile_path,
|
| + const std::wstring& profile_name,
|
| const std::wstring& extra_chrome_arguments,
|
| bool incognito);
|
| void Uninitialize();
|
| @@ -263,9 +262,6 @@
|
|
|
| void SetPageFontSize(enum AutomationPageFontSize);
|
|
|
| - // For IDeleteBrowsingHistorySupport
|
| - void RemoveBrowsingData(int remove_mask);
|
| -
|
| ChromeFrameAutomationProxy* automation_server() {
|
| return automation_server_;
|
| }
|
|
|