Add character encoding to Font Settings Extension API.
[chromium-blink-merge.git] / chrome_frame / renderer_glue.cc
blob96ccdc1b982a6a218b49e7b034f4c665b9683941
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "webkit/glue/user_agent.h"
6 #include "webkit/glue/webkit_glue.h"
8 #include "chrome/common/chrome_version_info.h"
10 class GURL;
12 bool IsPluginProcess() {
13 return false;