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

Side by Side Diff: blimp/engine/browser_tests/engine_browsertest.cc

Issue 2157133003: Move blimp AssignmentSource to core (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-blimp-client-switches-to-core
Patch Set: Fix gn checks Created 4 years, 5 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
« no previous file with comments | « blimp/engine/browser_tests/blimp_browser_test.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 "base/memory/ptr_util.h" 5 #include "base/memory/ptr_util.h"
6 #include "blimp/client/core/session/assignment_source.h"
6 #include "blimp/client/feature/ime_feature.h" 7 #include "blimp/client/feature/ime_feature.h"
7 #include "blimp/client/feature/mock_ime_feature_delegate.h" 8 #include "blimp/client/feature/mock_ime_feature_delegate.h"
8 #include "blimp/client/feature/mock_navigation_feature_delegate.h" 9 #include "blimp/client/feature/mock_navigation_feature_delegate.h"
9 #include "blimp/client/feature/mock_render_widget_feature_delegate.h" 10 #include "blimp/client/feature/mock_render_widget_feature_delegate.h"
10 #include "blimp/client/feature/navigation_feature.h" 11 #include "blimp/client/feature/navigation_feature.h"
11 #include "blimp/client/feature/render_widget_feature.h" 12 #include "blimp/client/feature/render_widget_feature.h"
12 #include "blimp/client/feature/tab_control_feature.h" 13 #include "blimp/client/feature/tab_control_feature.h"
13 #include "blimp/client/session/assignment_source.h"
14 #include "blimp/client/session/test_client_session.h" 14 #include "blimp/client/session/test_client_session.h"
15 #include "blimp/engine/browser_tests/blimp_browser_test.h" 15 #include "blimp/engine/browser_tests/blimp_browser_test.h"
16 #include "content/public/test/browser_test.h" 16 #include "content/public/test/browser_test.h"
17 #include "net/base/ip_address.h" 17 #include "net/base/ip_address.h"
18 #include "net/base/ip_endpoint.h" 18 #include "net/base/ip_endpoint.h"
19 #include "testing/gmock/include/gmock/gmock.h" 19 #include "testing/gmock/include/gmock/gmock.h"
20 #include "testing/gtest/include/gtest/gtest.h" 20 #include "testing/gtest/include/gtest/gtest.h"
21 #include "ui/gfx/geometry/size.h" 21 #include "ui/gfx/geometry/size.h"
22 #include "url/gurl.h" 22 #include "url/gurl.h"
23 23
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 1); 73 1);
74 client_session_->GetTabControlFeature()->CreateTab(kDummyTabId); 74 client_session_->GetTabControlFeature()->CreateTab(kDummyTabId);
75 client_session_->GetNavigationFeature()->NavigateToUrlText(kDummyTabId, 75 client_session_->GetNavigationFeature()->NavigateToUrlText(kDummyTabId,
76 url.spec()); 76 url.spec());
77 77
78 RunUntilQuit(); 78 RunUntilQuit();
79 } 79 }
80 80
81 } // namespace 81 } // namespace
82 } // namespace blimp 82 } // namespace blimp
OLDNEW
« no previous file with comments | « blimp/engine/browser_tests/blimp_browser_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698