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

Unified Diff: extensions/browser/guest_view/worker_frame/worker_frame_constants.h

Issue 820513002: Renamed WorkerFrame to SurfaceWorker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests Created 6 years 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/worker_frame/worker_frame_constants.h
diff --git a/extensions/browser/guest_view/worker_frame/worker_frame_constants.h b/extensions/browser/guest_view/worker_frame/worker_frame_constants.h
deleted file mode 100644
index 48de8d33ea2dd5d11e34db43f401a52d4ec45408..0000000000000000000000000000000000000000
--- a/extensions/browser/guest_view/worker_frame/worker_frame_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_WORKER_FRAME_WORKER_FRAME_CONSTANTS_H_
-#define EXTENSIONS_BROWSER_GUEST_VIEW_WORKER_FRAME_WORKER_FRAME_CONSTANTS_H_
-
-namespace worker_frame {
-
-// API namespace for the *embedder*. The embedder and guest use different APIs.
-extern const char kEmbedderAPINamespace[];
-
-extern const char kURL[];
-
-} // namespace worker_frame
-
-#endif // EXTENSIONS_BROWSER_GUEST_VIEW_WORKER_FRAME_WORKER_FRAME_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698