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

Unified Diff: content/browser/android/content_view_statics.h

Issue 10706004: Adds helper methods for WebView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to the latest branch Created 8 years, 5 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/android/content_view_statics.h
diff --git a/content/common/font_list_android.cc b/content/browser/android/content_view_statics.h
similarity index 50%
copy from content/common/font_list_android.cc
copy to content/browser/android/content_view_statics.h
index c296657244358a67576465c2da597c3326ce039d..e640fec551ecb2d20c31c54a57395629d694bc32 100644
--- a/content/common/font_list_android.cc
+++ b/content/browser/android/content_view_statics.h
@@ -2,14 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/common/font_list.h"
-
-#include "base/values.h"
+#ifndef CONTENT_BROWSER_ANDROID_VIEW_STATICS_H_
+#define CONTENT_BROWSER_ANDROID_VIEW_STATICS_H_
namespace content {
-scoped_ptr<ListValue> GetFontList_SlowBlocking() {
- return scoped_ptr<ListValue>(new ListValue);
+bool RegisterWebViewStatics(JNIEnv* env);
+
}
-} // namespace content
+#endif // CONTENT_BROWSER_ANDROID_VIEW_STATICS_H_

Powered by Google App Engine
This is Rietveld 408576698