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

Unified Diff: components/supervised_user_error_page/supervised_user_error_page_android.h

Issue 1890203002: Implement Web Restrictions in WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix final nits Created 4 years, 4 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: components/supervised_user_error_page/supervised_user_error_page_android.h
diff --git a/components/supervised_user_error_page/supervised_user_error_page_android.h b/components/supervised_user_error_page/supervised_user_error_page_android.h
new file mode 100644
index 0000000000000000000000000000000000000000..745f8610057c7fc71f5b2d986c2d96b0c69851ea
--- /dev/null
+++ b/components/supervised_user_error_page/supervised_user_error_page_android.h
@@ -0,0 +1,18 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef COMPONENTS_SUPERVISED_USER_ERROR_PAGE_SUPERVISED_USER_ERROR_PAGE_ANDROID_H_
+#define COMPONENTS_SUPERVISED_USER_ERROR_PAGE_SUPERVISED_USER_ERROR_PAGE_ANDROID_H_
+
+#include "components/web_restrictions/interfaces/web_restrictions.mojom.h"
+
+namespace supervised_user_error_page {
+
+std::string BuildHtmlFromWebRestrictionsResult(
+ const web_restrictions::mojom::ClientResultPtr& result,
+ const std::string app_locale);
+
+} // namespace supervised_user_error_page
+
+#endif // COMPONENTS_SUPERVISED_USER_ERROR_PAGE_SUPERVISED_USER_ERROR_PAGE_ANDROID_H_

Powered by Google App Engine
This is Rietveld 408576698