Index: chrome/browser/guest_view/app_view/app_view_constants.h |
diff --git a/chrome/browser/guest_view/app_view/app_view_constants.h b/chrome/browser/guest_view/app_view/app_view_constants.h |
deleted file mode 100644 |
index c943345c48bb61547146afbc497017f486683dce..0000000000000000000000000000000000000000 |
--- a/chrome/browser/guest_view/app_view/app_view_constants.h |
+++ /dev/null |
@@ -1,25 +0,0 @@ |
-// Copyright 2014 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. |
- |
-// Constants used for the AppView API. |
- |
-#ifndef CHROME_BROWSER_GUEST_VIEW_APP_VIEW_APP_VIEW_CONSTANTS_H_ |
-#define CHROME_BROWSER_GUEST_VIEW_APP_VIEW_APP_VIEW_CONSTANTS_H_ |
- |
-namespace appview { |
- |
-// API namespace for the *embedder*. The embedder and guest use different APIs. |
-extern const char kEmbedderAPINamespace[]; |
- |
-// Create parameters. |
-extern const char kAppID[]; |
-extern const char kData[]; |
- |
-// Parameters/properties on events. |
-extern const char kEmbedderID[]; |
-extern const char kGuestInstanceID[]; |
- |
-} // namespace appview |
- |
-#endif // CHROME_BROWSER_GUEST_VIEW_APP_VIEW_APP_VIEW_CONSTANTS_H_ |