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

Unified Diff: chrome/browser/chromeos/login/simple_web_view_dialog.cc

Issue 10580039: Adds ability to render omnibox as a view above the page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 8 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
Index: chrome/browser/chromeos/login/simple_web_view_dialog.cc
diff --git a/chrome/browser/chromeos/login/simple_web_view_dialog.cc b/chrome/browser/chromeos/login/simple_web_view_dialog.cc
index 43abb3d52bafb66be2e542659588914fe6932d81..a0efab5fdeb76a06215ccf7352e771af4536b88d 100644
--- a/chrome/browser/chromeos/login/simple_web_view_dialog.cc
+++ b/chrome/browser/chromeos/login/simple_web_view_dialog.cc
@@ -227,7 +227,7 @@ void SimpleWebViewDialog::Init() {
layout->AddView(web_view_container_.release());
layout->AddPaddingRow(0, kInnerMargin);
- location_bar_->Init();
+ location_bar_->Init(NULL);
UpdateReload(web_view_->web_contents()->IsLoading(), true);
Layout();

Powered by Google App Engine
This is Rietveld 408576698