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

Unified Diff: extensions/browser/guest_view/surface_worker/surface_worker_constants.h

Issue 1290013003: This patch removes all files, directories, flags, and code related to SurfaceWorker, which is now d… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: One more deletion. Created 5 years, 4 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: extensions/browser/guest_view/surface_worker/surface_worker_constants.h
diff --git a/extensions/browser/guest_view/surface_worker/surface_worker_constants.h b/extensions/browser/guest_view/surface_worker/surface_worker_constants.h
deleted file mode 100644
index 4f1ba9dbe2e1c0670ea934738edc23217a205138..0000000000000000000000000000000000000000
--- a/extensions/browser/guest_view/surface_worker/surface_worker_constants.h
+++ /dev/null
@@ -1,19 +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 WorkerFrame API.
-
-#ifndef EXTENSIONS_BROWSER_GUEST_VIEW_SURFACE_WORKER_SURFACE_WORKER_CONSTANTS_H_
-#define EXTENSIONS_BROWSER_GUEST_VIEW_SURFACE_WORKER_SURFACE_WORKER_CONSTANTS_H_
-
-namespace surface_worker {
-
-// API namespace for the *embedder*. The embedder and guest use different APIs.
-extern const char kEmbedderAPINamespace[];
-
-extern const char kURL[];
-
-} // namespace surface_worker
-
-#endif // EXTENSIONS_BROWSER_GUEST_VIEW_SURFACE_WORKER_SURFACE_WORKER_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698