Commit 558cf573 authored by Josh Karlin's avatar Josh Karlin Committed by Commit Bot

Remove some dead code in the Prerender Browser Tests

Change-Id: Ib927874446324cc5f6aabfc9c9824846a3831022
Reviewed-on: https://chromium-review.googlesource.com/c/1486678Reviewed-by: default avatarBenoit L <lizeb@chromium.org>
Commit-Queue: Josh Karlin <jkarlin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#635134}
parent 13ea0397
...@@ -217,20 +217,6 @@ class FaviconUpdateWatcher : public favicon::FaviconDriverObserver { ...@@ -217,20 +217,6 @@ class FaviconUpdateWatcher : public favicon::FaviconDriverObserver {
DISALLOW_COPY_AND_ASSIGN(FaviconUpdateWatcher); DISALLOW_COPY_AND_ASSIGN(FaviconUpdateWatcher);
}; };
class MockNetworkChangeNotifierWIFI : public NetworkChangeNotifier {
public:
ConnectionType GetCurrentConnectionType() const override {
return NetworkChangeNotifier::CONNECTION_WIFI;
}
};
class MockNetworkChangeNotifier4G : public NetworkChangeNotifier {
public:
ConnectionType GetCurrentConnectionType() const override {
return NetworkChangeNotifier::CONNECTION_4G;
}
};
// Constants used in the test HTML files. // Constants used in the test HTML files.
const char* kReadyTitle = "READY"; const char* kReadyTitle = "READY";
const char* kPassTitle = "PASS"; const char* kPassTitle = "PASS";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment