| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index fe2c1e14012b07c6a88fc31869cb1d2a497fe507..2635f961b0aa88d394d80d2dcc7949e20debb6b9 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -1106,6 +1106,9 @@ class Browser : public TabHandlerDelegate,
|
| // Updates the printing command state.
|
| void UpdatePrintingState(int content_restrictions);
|
|
|
| + // Updates the cloud printing connector state.
|
| + void UpdateCloudPrintConnectorState();
|
| +
|
| // Updates the save-page-as command state.
|
| void UpdateSaveAsState(int content_restrictions);
|
|
|
|
|