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

Unified Diff: content/browser/font_access/font_getter.cc

Issue 1615133002: Implement API for accessing fonts installed locally on the system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing Mounir's comments. Created 4 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: content/browser/font_access/font_getter.cc
diff --git a/chromecast/base/cast_constants.cc b/content/browser/font_access/font_getter.cc
similarity index 50%
copy from chromecast/base/cast_constants.cc
copy to content/browser/font_access/font_getter.cc
index 9caf71f48a0b0b5b45e02fcefdc099d4409e69a2..ab198534b0ca6814c626adbe55de49dd2b768fe3 100644
--- a/chromecast/base/cast_constants.cc
+++ b/content/browser/font_access/font_getter.cc
@@ -2,10 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chromecast/base/cast_constants.h"
+#include "content/browser/font_access/font_getter.h"
-namespace chromecast {
-
-const char kChromeResourceScheme[] = "chrome-resource";
-
-} // namespace chromecast
+namespace content {
+const char kFontAccessToken[] = "_font_access_service_getter_";
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698