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

Side by Side Diff: content/test/test_web_contents_view.cc

Issue 10378026: Reland 135525 - Add a first-class off-store install UI to chrome://extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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
« no previous file with comments | « content/test/test_web_contents_view.h ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 "content/test/test_web_contents_view.h" 5 #include "content/test/test_web_contents_view.h"
6 6
7 namespace content { 7 namespace content {
8 8
9 TestWebContentsView::TestWebContentsView() { 9 TestWebContentsView::TestWebContentsView() {
10 } 10 }
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 void TestWebContentsView::RestoreFocus() { 113 void TestWebContentsView::RestoreFocus() {
114 } 114 }
115 115
116 bool TestWebContentsView::IsDoingDrag() const { 116 bool TestWebContentsView::IsDoingDrag() const {
117 return false; 117 return false;
118 } 118 }
119 119
120 void TestWebContentsView::CancelDragAndCloseTab() { 120 void TestWebContentsView::CancelDragAndCloseTab() {
121 } 121 }
122 122
123 WebDropData* TestWebContentsView::GetDropData() const {
124 return NULL;
125 }
126
123 bool TestWebContentsView::IsEventTracking() const { 127 bool TestWebContentsView::IsEventTracking() const {
124 return false; 128 return false;
125 } 129 }
126 130
127 void TestWebContentsView::CloseTabAfterEventTracking() { 131 void TestWebContentsView::CloseTabAfterEventTracking() {
128 } 132 }
129 133
130 void TestWebContentsView::GetViewBounds(gfx::Rect* out) const { 134 void TestWebContentsView::GetViewBounds(gfx::Rect* out) const {
131 } 135 }
132 136
133 } // namespace content 137 } // namespace content
OLDNEW
« no previous file with comments | « content/test/test_web_contents_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698