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

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 Nasko. Created 4 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 | « content/browser/font_access/font_getter.h ('k') | content/browser/font_access/font_getter_default.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 51%
copy from chromecast/base/cast_constants.cc
copy to content/browser/font_access/font_getter.cc
index 9caf71f48a0b0b5b45e02fcefdc099d4409e69a2..b8619d112b580268b43288ed2cab39f5477bc560 100644
--- a/chromecast/base/cast_constants.cc
+++ b/content/browser/font_access/font_getter.cc
@@ -2,10 +2,10 @@
// 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 {
+namespace content {
-const char kChromeResourceScheme[] = "chrome-resource";
+const char kFontAccessToken[] = "_font_access_service_getter_";
-} // namespace chromecast
+} // namespace content
« no previous file with comments | « content/browser/font_access/font_getter.h ('k') | content/browser/font_access/font_getter_default.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698