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

Unified Diff: content/common/font_list.cc

Issue 13458002: Use sequenced workers for the getting the system's font list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use sequenced workers Created 7 years, 9 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/common/font_list.h ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/font_list.cc
diff --git a/chrome/test/data/extensions/platform_apps/web_view/media_access/deny/test.js b/content/common/font_list.cc
similarity index 56%
copy from chrome/test/data/extensions/platform_apps/web_view/media_access/deny/test.js
copy to content/common/font_list.cc
index 1886432c3055a84510594bb8c7e0d3ac28feb045..398ee80cf60525da22e5f6339360722920d1836c 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/media_access/deny/test.js
+++ b/content/common/font_list.cc
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-chrome.app.runtime.onLaunched.addListener(function() {
- chrome.app.window.create('embedder.html', {}, function () {});
-});
falken 2013/04/03 09:24:35 content/common/font_list.cc is a new file. Rietvel
+#include "content/common/font_list.h"
+
+namespace content {
+const char kFontListSequenceToken[] = "_font_list_sequence_token_";
+}
« no previous file with comments | « content/common/font_list.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698