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

Unified Diff: chrome/android/testshell/testshell_stubs.cc

Issue 11186010: Update geolocation infobar to handle Android system settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updates from comments Created 8 years, 2 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: chrome/android/testshell/testshell_stubs.cc
diff --git a/chrome/android/testshell/testshell_stubs.cc b/chrome/android/testshell/testshell_stubs.cc
index 10798d4c3304a74f375b0a55e8610bcc677d2b09..4ed68281d601b6d65cb7f183ce867d72fe2e24b3 100644
--- a/chrome/android/testshell/testshell_stubs.cc
+++ b/chrome/android/testshell/testshell_stubs.cc
@@ -5,6 +5,7 @@
#include "base/logging.h"
#include "chrome/browser/android/tab_android.h"
#include "chrome/browser/api/infobars/confirm_infobar_delegate.h"
+#include "chrome/browser/autofill/autofill_external_delegate.h"
John Knottenbelt 2012/10/24 12:49:02 nit: can this include be removed?
Ramya 2012/10/24 23:16:06 Done.
// This file contains temporary stubs to allow the libtestshell target to
// compile. They will be removed once real implementations are

Powered by Google App Engine
This is Rietveld 408576698