| Index: chrome/browser/browser.cc
|
| ===================================================================
|
| --- chrome/browser/browser.cc (revision 30214)
|
| +++ chrome/browser/browser.cc (working copy)
|
| @@ -2420,9 +2420,9 @@
|
|
|
| // Current navigation entry, may be NULL.
|
| NavigationEntry* active_entry = current_tab->controller().GetActiveEntry();
|
| - bool is_source_viewable =
|
| - net::IsSupportedNonImageMimeType(
|
| - current_tab->contents_mime_type().c_str());
|
| + bool is_source_viewable =
|
| + net::IsSupportedNonImageMimeType(
|
| + current_tab->contents_mime_type().c_str());
|
|
|
| // Page-related commands
|
| window_->SetStarredState(current_tab->is_starred());
|
|
|