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

Side by Side Diff: chrome/test/automation/tab_proxy.h

Issue 3040: Move the Save Page code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 3 months 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/web_contents.h ('k') | chrome/test/ui/ui_tests.vcproj » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_TEST_AUTOMATION_TAB_PROXY_H_ 5 #ifndef CHROME_TEST_AUTOMATION_TAB_PROXY_H_
6 #define CHROME_TEST_AUTOMATION_TAB_PROXY_H_ 6 #define CHROME_TEST_AUTOMATION_TAB_PROXY_H_
7 7
8 #include <wtypes.h> 8 #include <wtypes.h>
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
11 11
12 #include "chrome/browser/download/save_package.h"
12 #include "chrome/browser/security_style.h" 13 #include "chrome/browser/security_style.h"
13 #include "chrome/browser/navigation_entry.h" 14 #include "chrome/browser/navigation_entry.h"
14 #include "chrome/browser/save_package.h"
15 #include "chrome/test/automation/automation_handle_tracker.h" 15 #include "chrome/test/automation/automation_handle_tracker.h"
16 16
17 class ConstrainedWindowProxy; 17 class ConstrainedWindowProxy;
18 class GURL; 18 class GURL;
19 class Value; 19 class Value;
20 20
21 typedef enum FindInPageDirection { BACK = 0, FWD = 1 }; 21 typedef enum FindInPageDirection { BACK = 0, FWD = 1 };
22 typedef enum FindInPageCase { IGNORE_CASE = 0, CASE_SENSITIVE = 1 }; 22 typedef enum FindInPageCase { IGNORE_CASE = 0, CASE_SENSITIVE = 1 };
23 23
24 class TabProxy : public AutomationResourceProxy { 24 class TabProxy : public AutomationResourceProxy {
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 void HandleMessageFromExternalHost(AutomationHandle handle, 253 void HandleMessageFromExternalHost(AutomationHandle handle,
254 const std::string& target, 254 const std::string& target,
255 const std::string& message); 255 const std::string& message);
256 256
257 private: 257 private:
258 DISALLOW_COPY_AND_ASSIGN(TabProxy); 258 DISALLOW_COPY_AND_ASSIGN(TabProxy);
259 }; 259 };
260 260
261 #endif // CHROME_TEST_AUTOMATION_TAB_PROXY_H_ 261 #endif // CHROME_TEST_AUTOMATION_TAB_PROXY_H_
262 262
OLDNEW
« no previous file with comments | « chrome/browser/web_contents.h ('k') | chrome/test/ui/ui_tests.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698