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

Unified Diff: chrome/browser/android/chrome_jni_registrar.cc

Issue 2007833002: Delete FullscreenInfoBarDelegate class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fullscreen-android-remove-flag
Patch Set: More cleanup suggested by Ted. Created 4 years, 6 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/android/fullscreen/fullscreen_infobar_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/chrome_jni_registrar.cc
diff --git a/chrome/browser/android/chrome_jni_registrar.cc b/chrome/browser/android/chrome_jni_registrar.cc
index 474139d3072e39dbe1f00a9247433b34de03ff50..aac6dd745bb767e3658480cee9fdaa969f99fed4 100644
--- a/chrome/browser/android/chrome_jni_registrar.cc
+++ b/chrome/browser/android/chrome_jni_registrar.cc
@@ -47,7 +47,6 @@
#include "chrome/browser/android/feedback/screenshot_task.h"
#include "chrome/browser/android/find_in_page/find_in_page_bridge.h"
#include "chrome/browser/android/foreign_session_helper.h"
-#include "chrome/browser/android/fullscreen/fullscreen_infobar_delegate.h"
#include "chrome/browser/android/history_report/history_report_jni_bridge.h"
#include "chrome/browser/android/intent_helper.h"
#include "chrome/browser/android/java_exception_reporter.h"
@@ -282,8 +281,6 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
{"FontSizePrefsAndroid", FontSizePrefsAndroid::Register},
{"ForeignSessionHelper",
ForeignSessionHelper::RegisterForeignSessionHelper},
- {"FullscreenInfoBarDelegate",
- FullscreenInfoBarDelegate::RegisterFullscreenInfoBarDelegate},
{"GeneratedPasswordSavedInfoBarDelegate",
RegisterGeneratedPasswordSavedInfoBarDelegate},
{"GroupedPermissionInfoBar", GroupedPermissionInfoBar::Register},
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/android/fullscreen/fullscreen_infobar_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698