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

Side by Side Diff: chrome/browser/chromeos/policy/device_local_account_browsertest.cc

Issue 15239002: Move Extension and PermissionsData to extensions/common. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 1 month 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) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 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 <map> 5 #include <map>
6 #include <string> 6 #include <string>
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/bind.h" 9 #include "base/bind.h"
10 #include "base/bind_helpers.h" 10 #include "base/bind_helpers.h"
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 #include "chrome/browser/ui/browser_commands.h" 67 #include "chrome/browser/ui/browser_commands.h"
68 #include "chrome/browser/ui/browser_finder.h" 68 #include "chrome/browser/ui/browser_finder.h"
69 #include "chrome/browser/ui/browser_list.h" 69 #include "chrome/browser/ui/browser_list.h"
70 #include "chrome/browser/ui/browser_window.h" 70 #include "chrome/browser/ui/browser_window.h"
71 #include "chrome/browser/ui/host_desktop.h" 71 #include "chrome/browser/ui/host_desktop.h"
72 #include "chrome/browser/ui/tabs/tab_strip_model.h" 72 #include "chrome/browser/ui/tabs/tab_strip_model.h"
73 #include "chrome/browser/ui/webui/chromeos/login/oobe_ui.h" 73 #include "chrome/browser/ui/webui/chromeos/login/oobe_ui.h"
74 #include "chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h" 74 #include "chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h"
75 #include "chrome/common/chrome_paths.h" 75 #include "chrome/common/chrome_paths.h"
76 #include "chrome/common/chrome_switches.h" 76 #include "chrome/common/chrome_switches.h"
77 #include "chrome/common/extensions/extension.h"
78 #include "chromeos/chromeos_paths.h" 77 #include "chromeos/chromeos_paths.h"
79 #include "chromeos/chromeos_switches.h" 78 #include "chromeos/chromeos_switches.h"
80 #include "chromeos/dbus/cryptohome_client.h" 79 #include "chromeos/dbus/cryptohome_client.h"
81 #include "chromeos/dbus/dbus_method_call_status.h" 80 #include "chromeos/dbus/dbus_method_call_status.h"
82 #include "chromeos/dbus/fake_session_manager_client.h" 81 #include "chromeos/dbus/fake_session_manager_client.h"
83 #include "chromeos/dbus/session_manager_client.h" 82 #include "chromeos/dbus/session_manager_client.h"
84 #include "components/policy/core/common/policy_namespace.h" 83 #include "components/policy/core/common/policy_namespace.h"
85 #include "content/public/browser/notification_details.h" 84 #include "content/public/browser/notification_details.h"
86 #include "content/public/browser/notification_source.h" 85 #include "content/public/browser/notification_source.h"
87 #include "content/public/browser/web_contents.h" 86 #include "content/public/browser/web_contents.h"
88 #include "content/public/browser/web_ui.h" 87 #include "content/public/browser/web_ui.h"
89 #include "content/public/test/browser_test_utils.h" 88 #include "content/public/test/browser_test_utils.h"
90 #include "content/public/test/test_utils.h" 89 #include "content/public/test/test_utils.h"
91 #include "crypto/rsa_private_key.h" 90 #include "crypto/rsa_private_key.h"
91 #include "extensions/common/extension.h"
92 #include "grit/chromium_strings.h" 92 #include "grit/chromium_strings.h"
93 #include "grit/generated_resources.h" 93 #include "grit/generated_resources.h"
94 #include "net/base/url_util.h" 94 #include "net/base/url_util.h"
95 #include "net/http/http_status_code.h" 95 #include "net/http/http_status_code.h"
96 #include "net/test/embedded_test_server/embedded_test_server.h" 96 #include "net/test/embedded_test_server/embedded_test_server.h"
97 #include "net/test/embedded_test_server/http_request.h" 97 #include "net/test/embedded_test_server/http_request.h"
98 #include "net/test/embedded_test_server/http_response.h" 98 #include "net/test/embedded_test_server/http_response.h"
99 #include "net/url_request/test_url_fetcher_factory.h" 99 #include "net/url_request/test_url_fetcher_factory.h"
100 #include "net/url_request/url_fetcher_delegate.h" 100 #include "net/url_request/url_fetcher_delegate.h"
101 #include "net/url_request/url_request_status.h" 101 #include "net/url_request/url_request_status.h"
(...skipping 1013 matching lines...) Expand 10 before | Expand all | Expand 10 after
1115 if (!IsSessionStarted()) { 1115 if (!IsSessionStarted()) {
1116 content::WindowedNotificationObserver(chrome::NOTIFICATION_SESSION_STARTED, 1116 content::WindowedNotificationObserver(chrome::NOTIFICATION_SESSION_STARTED,
1117 base::Bind(IsSessionStarted)).Wait(); 1117 base::Bind(IsSessionStarted)).Wait();
1118 } 1118 }
1119 } 1119 }
1120 1120
1121 INSTANTIATE_TEST_CASE_P(TermsOfServiceTestInstance, 1121 INSTANTIATE_TEST_CASE_P(TermsOfServiceTestInstance,
1122 TermsOfServiceTest, testing::Bool()); 1122 TermsOfServiceTest, testing::Bool());
1123 1123
1124 } // namespace policy 1124 } // namespace policy
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698