| Index: chrome/test/chromedriver/chrome/mobile_device_list.h
|
| diff --git a/chrome/test/chromedriver/chrome/mobile_device_list.h b/chrome/test/chromedriver/chrome/mobile_device_list.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7ecc8a13cf9a56d83ddd08b7b82f4acd57f27f04
|
| --- /dev/null
|
| +++ b/chrome/test/chromedriver/chrome/mobile_device_list.h
|
| @@ -0,0 +1,10 @@
|
| +// Copyright 2013 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.
|
| +
|
| +#ifndef CHROME_TEST_CHROMEDRIVER_CHROME_MOBILE_DEVICE_LIST_H_
|
| +#define CHROME_TEST_CHROMEDRIVER_CHROME_MOBILE_DEVICE_LIST_H_
|
| +
|
| +extern const char kMobileDevices[];
|
| +
|
| +#endif // CHROME_TEST_CHROMEDRIVER_CHROME_MOBILE_DEVICE_LIST_H_
|
|
|