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

Side by Side Diff: components/html_viewer/web_test_delegate_impl.h

Issue 1456753002: Compute the popup location/size correctly when use-zoom-for-dsf is enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update TestExpectations Created 5 years 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 | « no previous file | components/html_viewer/web_test_delegate_impl.cc » ('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 #ifndef COMPONENTS_HTML_VIEWER_WEB_TEST_DELEGATE_IMPL_H_ 5 #ifndef COMPONENTS_HTML_VIEWER_WEB_TEST_DELEGATE_IMPL_H_
6 #define COMPONENTS_HTML_VIEWER_WEB_TEST_DELEGATE_IMPL_H_ 6 #define COMPONENTS_HTML_VIEWER_WEB_TEST_DELEGATE_IMPL_H_
7 7
8 #include "base/callback.h" 8 #include "base/callback.h"
9 #include "base/macros.h" 9 #include "base/macros.h"
10 #include "components/test_runner/test_preferences.h" 10 #include "components/test_runner/test_preferences.h"
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 void ShowDevTools(const std::string& settings, 66 void ShowDevTools(const std::string& settings,
67 const std::string& frontend_url) override; 67 const std::string& frontend_url) override;
68 void CloseDevTools() override; 68 void CloseDevTools() override;
69 void EvaluateInWebInspector(long call_id, const std::string& script) override; 69 void EvaluateInWebInspector(long call_id, const std::string& script) override;
70 std::string EvaluateInWebInspectorOverlay(const std::string& script) override; 70 std::string EvaluateInWebInspectorOverlay(const std::string& script) override;
71 void ClearAllDatabases() override; 71 void ClearAllDatabases() override;
72 void SetDatabaseQuota(int quota) override; 72 void SetDatabaseQuota(int quota) override;
73 void SimulateWebNotificationClick(const std::string& title, 73 void SimulateWebNotificationClick(const std::string& title,
74 int action_index) override; 74 int action_index) override;
75 void SetDeviceScaleFactor(float factor) override; 75 void SetDeviceScaleFactor(float factor) override;
76 void EnableUseZoomForDSF() override;
76 void SetDeviceColorProfile(const std::string& name) override; 77 void SetDeviceColorProfile(const std::string& name) override;
77 void SetBluetoothMockDataSet(const std::string& data_set) override; 78 void SetBluetoothMockDataSet(const std::string& data_set) override;
78 void SetBluetoothManualChooser() override; 79 void SetBluetoothManualChooser() override;
79 void GetBluetoothManualChooserEvents( 80 void GetBluetoothManualChooserEvents(
80 const base::Callback<void(const std::vector<std::string>&)>& callback) 81 const base::Callback<void(const std::vector<std::string>&)>& callback)
81 override; 82 override;
82 void SendBluetoothManualChooserEvent(const std::string& event, 83 void SendBluetoothManualChooserEvent(const std::string& event,
83 const std::string& argument) override; 84 const std::string& argument) override;
84 void SetGeofencingMockProvider(bool service_available) override; 85 void SetGeofencingMockProvider(bool service_available) override;
85 void ClearGeofencingMockProvider() override; 86 void ClearGeofencingMockProvider() override;
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 test_runner::WebTestInterfaces* test_interfaces_; 133 test_runner::WebTestInterfaces* test_interfaces_;
133 test_runner::WebTestProxyBase* proxy_; 134 test_runner::WebTestProxyBase* proxy_;
134 base::Closure completion_callback_; 135 base::Closure completion_callback_;
135 136
136 DISALLOW_COPY_AND_ASSIGN(WebTestDelegateImpl); 137 DISALLOW_COPY_AND_ASSIGN(WebTestDelegateImpl);
137 }; 138 };
138 139
139 } // namespace html_viewer 140 } // namespace html_viewer
140 141
141 #endif // COMPONENTS_HTML_VIEWER_WEB_TEST_DELEGATE_IMPL_H_ 142 #endif // COMPONENTS_HTML_VIEWER_WEB_TEST_DELEGATE_IMPL_H_
OLDNEW
« no previous file with comments | « no previous file | components/html_viewer/web_test_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698