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

Side by Side Diff: chrome/browser/extensions/api/sessions/sessions_apitest.cc

Issue 2399953002: [Sync] Move attachments code out of core/. (Closed)
Patch Set: Address comments. Created 4 years, 2 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
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 <stddef.h> 5 #include <stddef.h>
6 6
7 #include <utility> 7 #include <utility>
8 8
9 #include "base/command_line.h" 9 #include "base/command_line.h"
10 #include "base/macros.h" 10 #include "base/macros.h"
(...skipping 10 matching lines...) Expand all
21 #include "chrome/browser/sync/chrome_sync_client.h" 21 #include "chrome/browser/sync/chrome_sync_client.h"
22 #include "chrome/browser/sync/profile_sync_service_factory.h" 22 #include "chrome/browser/sync/profile_sync_service_factory.h"
23 #include "chrome/browser/sync/profile_sync_test_util.h" 23 #include "chrome/browser/sync/profile_sync_test_util.h"
24 #include "chrome/common/chrome_paths.h" 24 #include "chrome/common/chrome_paths.h"
25 #include "chrome/common/chrome_switches.h" 25 #include "chrome/common/chrome_switches.h"
26 #include "chrome/test/base/in_process_browser_test.h" 26 #include "chrome/test/base/in_process_browser_test.h"
27 #include "chrome/test/base/testing_browser_process.h" 27 #include "chrome/test/base/testing_browser_process.h"
28 #include "components/browser_sync/profile_sync_service.h" 28 #include "components/browser_sync/profile_sync_service.h"
29 #include "components/browser_sync/profile_sync_service_mock.h" 29 #include "components/browser_sync/profile_sync_service_mock.h"
30 #include "components/sync/api/attachments/attachment_id.h" 30 #include "components/sync/api/attachments/attachment_id.h"
31 #include "components/sync/api/attachments/attachment_service_proxy_for_test.h"
31 #include "components/sync/api/fake_sync_change_processor.h" 32 #include "components/sync/api/fake_sync_change_processor.h"
32 #include "components/sync/api/sync_error_factory_mock.h" 33 #include "components/sync/api/sync_error_factory_mock.h"
33 #include "components/sync/core/attachments/attachment_service_proxy_for_test.h"
34 #include "components/sync/device_info/local_device_info_provider_mock.h" 34 #include "components/sync/device_info/local_device_info_provider_mock.h"
35 #include "components/sync/driver/sync_api_component_factory_mock.h" 35 #include "components/sync/driver/sync_api_component_factory_mock.h"
36 #include "components/sync_sessions/sessions_sync_manager.h" 36 #include "components/sync_sessions/sessions_sync_manager.h"
37 #include "extensions/browser/api_test_utils.h" 37 #include "extensions/browser/api_test_utils.h"
38 38
39 #if defined(OS_CHROMEOS) 39 #if defined(OS_CHROMEOS)
40 #include "chromeos/chromeos_switches.h" 40 #include "chromeos/chromeos_switches.h"
41 #endif 41 #endif
42 42
43 namespace utils = extension_function_test_utils; 43 namespace utils = extension_function_test_utils;
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 EXPECT_EQ(0u, sessions->GetSize()); 379 EXPECT_EQ(0u, sessions->GetSize());
380 } 380 }
381 381
382 // http://crbug.com/251199 382 // http://crbug.com/251199
383 IN_PROC_BROWSER_TEST_F(ExtensionApiTest, DISABLED_SessionsApis) { 383 IN_PROC_BROWSER_TEST_F(ExtensionApiTest, DISABLED_SessionsApis) {
384 ASSERT_TRUE(RunExtensionSubtest("sessions", 384 ASSERT_TRUE(RunExtensionSubtest("sessions",
385 "sessions.html")) << message_; 385 "sessions.html")) << message_;
386 } 386 }
387 387
388 } // namespace extensions 388 } // namespace extensions
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/preferences_unittest.cc ('k') | chrome/browser/prefs/synced_pref_change_registrar_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698