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

Unified Diff: chrome/browser/chromeos/login/ui/web_view_handle.cc

Issue 2610373002: cros: Only preload the lock screen; do not reuse it. (Closed)
Patch Set: Address comments Created 3 years, 11 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: chrome/browser/chromeos/login/ui/web_view_handle.cc
diff --git a/chrome/browser/chromeos/login/ui/web_view_handle.cc b/chrome/browser/chromeos/login/ui/web_view_handle.cc
deleted file mode 100644
index d993917a55d71d3c1ffbbb7fb59f04ef3f07898c..0000000000000000000000000000000000000000
--- a/chrome/browser/chromeos/login/ui/web_view_handle.cc
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright 2016 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 "chrome/browser/chromeos/login/ui/web_view_handle.h"
-
-#include "base/memory/ptr_util.h"
-#include "chrome/browser/profiles/profile.h"
-#include "ui/views/controls/webview/webview.h"
-
-namespace chromeos {
-
-WebViewHandle::WebViewHandle(Profile* profile)
- : web_view_(base::MakeUnique<views::WebView>(profile)) {
- web_view_->set_owned_by_client();
-}
-
-WebViewHandle::~WebViewHandle() {}
-
-} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/login/ui/web_view_handle.h ('k') | chrome/browser/chromeos/login/ui/webui_login_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698