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

Side by Side Diff: chrome_frame/test/chrome_frame_ui_test_utils.h

Issue 12211108: Rename FilePath -> base::FilePath in various toplevel directories (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_FRAME_TEST_CHROME_FRAME_UI_TEST_UTILS_H_ 5 #ifndef CHROME_FRAME_TEST_CHROME_FRAME_UI_TEST_UTILS_H_
6 #define CHROME_FRAME_TEST_CHROME_FRAME_UI_TEST_UTILS_H_ 6 #define CHROME_FRAME_TEST_CHROME_FRAME_UI_TEST_UTILS_H_
7 7
8 #include <oleacc.h> 8 #include <oleacc.h>
9 9
10 #include <string> 10 #include <string>
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 scoped_refptr<AccObject>* object); 279 scoped_refptr<AccObject>* object);
280 280
281 // Writes the accessibility tree for the given window to standard out. Used for 281 // Writes the accessibility tree for the given window to standard out. Used for
282 // debugging/logging. 282 // debugging/logging.
283 void DumpAccessibilityTreeForWindow(HWND hwnd); 283 void DumpAccessibilityTreeForWindow(HWND hwnd);
284 284
285 // Returns whether the desktop is unlocked. 285 // Returns whether the desktop is unlocked.
286 bool IsDesktopUnlocked(); 286 bool IsDesktopUnlocked();
287 287
288 // Returns the location of the IAccessible2 COM proxy stub DLL. 288 // Returns the location of the IAccessible2 COM proxy stub DLL.
289 FilePath GetIAccessible2ProxyStubPath(); 289 base::FilePath GetIAccessible2ProxyStubPath();
290 290
291 } // namespace chrome_frame_test 291 } // namespace chrome_frame_test
292 292
293 #endif // CHROME_FRAME_TEST_CHROME_FRAME_UI_TEST_UTILS_H_ 293 #endif // CHROME_FRAME_TEST_CHROME_FRAME_UI_TEST_UTILS_H_
OLDNEW
« no previous file with comments | « chrome_frame/test/chrome_frame_test_utils.cc ('k') | chrome_frame/test/chrome_frame_ui_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698