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

Side by Side Diff: mandoline/tab/test_frame_tree_delegate.cc

Issue 1314953002: Rename ViewManagerService,ViewManagerClient -> ViewTree,ViewTreeClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 3 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 | « mandoline/tab/test_frame_tree_delegate.h ('k') | mandoline/tab/web_view_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 "mandoline/tab/test_frame_tree_delegate.h" 5 #include "mandoline/tab/test_frame_tree_delegate.h"
6 6
7 namespace mandoline { 7 namespace mandoline {
8 8
9 TestFrameTreeDelegate::TestFrameTreeDelegate() {} 9 TestFrameTreeDelegate::TestFrameTreeDelegate() {}
10 10
(...skipping 11 matching lines...) Expand all
22 void TestFrameTreeDelegate::ProgressChanged(double progress) {} 22 void TestFrameTreeDelegate::ProgressChanged(double progress) {}
23 23
24 void TestFrameTreeDelegate::NavigateTopLevel(Frame* source, 24 void TestFrameTreeDelegate::NavigateTopLevel(Frame* source,
25 mojo::URLRequestPtr request) {} 25 mojo::URLRequestPtr request) {}
26 26
27 bool TestFrameTreeDelegate::CanNavigateFrame( 27 bool TestFrameTreeDelegate::CanNavigateFrame(
28 Frame* target, 28 Frame* target,
29 mojo::URLRequestPtr request, 29 mojo::URLRequestPtr request,
30 FrameTreeClient** frame_tree_client, 30 FrameTreeClient** frame_tree_client,
31 scoped_ptr<FrameUserData>* frame_user_data, 31 scoped_ptr<FrameUserData>* frame_user_data,
32 mojo::ViewManagerClientPtr* view_manager_client) { 32 mojo::ViewTreeClientPtr* view_tree_client) {
33 return false; 33 return false;
34 } 34 }
35 35
36 void TestFrameTreeDelegate::DidStartNavigation(Frame* frame) {} 36 void TestFrameTreeDelegate::DidStartNavigation(Frame* frame) {}
37 37
38 } // namespace mandoline 38 } // namespace mandoline
OLDNEW
« no previous file with comments | « mandoline/tab/test_frame_tree_delegate.h ('k') | mandoline/tab/web_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698