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

Unified Diff: chrome/test/chromedriver/chrome/network_list.h

Issue 1004843002: [chromedriver] Add Network Presets to Network Throttling feature (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/chromedriver/chrome/network_list.h
diff --git a/chrome/test/chromedriver/chrome/network_list.h b/chrome/test/chromedriver/chrome/network_list.h
new file mode 100644
index 0000000000000000000000000000000000000000..8a26a84bdd628e4dc8ea565572e86caf07f3c3c6
--- /dev/null
+++ b/chrome/test/chromedriver/chrome/network_list.h
@@ -0,0 +1,15 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// This file was generated at (2015-03-12 15:00:42.307998) by running:
+// chrome/test/chromedriver/embed_networks_in_cpp.py --directory
+// chrome/test/chromedriver/chrome/
+// third_party/WebKit/Source/devtools/front_end/toolbox/OverridesUI.js
+
+#ifndef CHROME_TEST_CHROMEDRIVER_CHROME_NETWORK_LIST_H_
+#define CHROME_TEST_CHROMEDRIVER_CHROME_NETWORK_LIST_H_
+
+extern const char kNetworks[];
+
+#endif // CHROME_TEST_CHROMEDRIVER_CHROME_NETWORK_LIST_H_
« no previous file with comments | « chrome/test/chromedriver/chrome/network_conditions.cc ('k') | chrome/test/chromedriver/chrome/network_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698