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

Side by Side Diff: chrome/test/remoting/remote_desktop_browsertest.cc

Issue 236213002: Move most of extension_file_util.cc into extensions/common/file_util.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (file-util) Created 6 years, 8 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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 #include "chrome/test/remoting/remote_desktop_browsertest.h" 5 #include "chrome/test/remoting/remote_desktop_browsertest.h"
6 6
7 #include "base/command_line.h" 7 #include "base/command_line.h"
8 #include "chrome/browser/extensions/extension_service.h" 8 #include "chrome/browser/extensions/extension_service.h"
9 #include "chrome/browser/extensions/unpacked_installer.h" 9 #include "chrome/browser/extensions/unpacked_installer.h"
10 #include "chrome/browser/ui/extensions/application_launch.h" 10 #include "chrome/browser/ui/extensions/application_launch.h"
11 #include "chrome/common/chrome_switches.h" 11 #include "chrome/common/chrome_switches.h"
12 #include "chrome/common/extensions/extension_file_util.h"
13 #include "chrome/test/remoting/key_code_conv.h" 12 #include "chrome/test/remoting/key_code_conv.h"
14 #include "chrome/test/remoting/page_load_notification_observer.h" 13 #include "chrome/test/remoting/page_load_notification_observer.h"
15 #include "chrome/test/remoting/waiter.h" 14 #include "chrome/test/remoting/waiter.h"
16 #include "content/public/browser/native_web_keyboard_event.h" 15 #include "content/public/browser/native_web_keyboard_event.h"
17 #include "content/public/browser/render_view_host.h" 16 #include "content/public/browser/render_view_host.h"
18 #include "content/public/test/test_utils.h" 17 #include "content/public/test/test_utils.h"
19 #include "extensions/common/constants.h" 18 #include "extensions/common/constants.h"
20 #include "extensions/common/extension.h" 19 #include "extensions/common/extension.h"
21 #include "extensions/common/extension_set.h" 20 #include "extensions/common/extension_set.h"
22 #include "extensions/common/switches.h" 21 #include "extensions/common/switches.h"
(...skipping 707 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 // static 729 // static
731 bool RemoteDesktopBrowserTest::IsHostActionComplete( 730 bool RemoteDesktopBrowserTest::IsHostActionComplete(
732 content::WebContents* client_web_content, 731 content::WebContents* client_web_content,
733 std::string host_action_var) { 732 std::string host_action_var) {
734 return ExecuteScriptAndExtractBool( 733 return ExecuteScriptAndExtractBool(
735 client_web_content, 734 client_web_content,
736 host_action_var); 735 host_action_var);
737 } 736 }
738 737
739 } // namespace remoting 738 } // namespace remoting
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698