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

Unified Diff: Source/platform/exported/WebSerializedOrigin.cpp

Issue 1231643010: Remove 'blink::WebSerializedOrigin' (6/6) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@webnotificationmanager
Patch Set: Rebase. Created 5 years, 5 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
« no previous file with comments | « Source/platform/blink_platform.gypi ('k') | public/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/exported/WebSerializedOrigin.cpp
diff --git a/Source/platform/exported/WebSerializedOrigin.cpp b/Source/platform/exported/WebSerializedOrigin.cpp
deleted file mode 100644
index a66cac20b04eb0a780ab7fcd51fee385fe6e0d11..0000000000000000000000000000000000000000
--- a/Source/platform/exported/WebSerializedOrigin.cpp
+++ /dev/null
@@ -1,23 +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.
-
-#include "config.h"
-#include "public/platform/WebSerializedOrigin.h"
-
-#include "platform/weborigin/SecurityOrigin.h"
-#include "public/platform/WebSecurityOrigin.h"
-
-namespace blink {
-
-WebSerializedOrigin::WebSerializedOrigin(const SecurityOrigin& origin)
- : m_string(origin.toString())
-{
-}
-
-WebSerializedOrigin::WebSerializedOrigin(const WebSecurityOrigin& origin)
- : m_string(origin.toString())
-{
-}
-
-} // namespace blink
« no previous file with comments | « Source/platform/blink_platform.gypi ('k') | public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698