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

Unified Diff: chrome/browser/resources/gaia_auth/main.css

Issue 2686683002: Deprecate most of gaia_auth extension (Closed)
Patch Set: remove unused data member from GaiaAuthExtensionLoader Created 3 years, 10 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 | « chrome/browser/resources/gaia_auth/channel.js ('k') | chrome/browser/resources/gaia_auth/main.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/gaia_auth/main.css
diff --git a/chrome/browser/resources/gaia_auth/main.css b/chrome/browser/resources/gaia_auth/main.css
deleted file mode 100644
index 1bbc0d6d8ebf8225ce8d8b8a15e7200d65dfaff3..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/gaia_auth/main.css
+++ /dev/null
@@ -1,24 +0,0 @@
-/* Copyright 2013 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. */
-
-html,
-body,
-iframe {
- height: 100%;
- margin: 0;
- padding: 0;
- width: 100%;
-}
-
-iframe {
- overflow: hidden;
-}
-
-webview {
- display: inline-block;
- height: 100%;
- margin: 0;
- padding: 0;
- width: 100%;
-}
« no previous file with comments | « chrome/browser/resources/gaia_auth/channel.js ('k') | chrome/browser/resources/gaia_auth/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698