Index: chrome/common/application_urls.h |
diff --git a/chrome/common/application_urls.h b/chrome/common/application_urls.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1dc51b0dd3797487cd50d0dbbb34f779d78f93cb |
--- /dev/null |
+++ b/chrome/common/application_urls.h |
@@ -0,0 +1,14 @@ |
+// 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. |
+ |
+#ifndef CHROME_COMMON_APPLICATION_URLS_H_ |
+#define CHROME_COMMON_APPLICATION_URLS_H_ |
+ |
+namespace application_urls { |
+ |
+extern const char kProxyResolver[]; |
+ |
+} // namespace application_urls |
+ |
+#endif // CHROME_COMMON_APPLICATION_URLS_H_ |