| Index: trunk/src/chrome/browser/guest_view/extension_options/extension_options_constants.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/guest_view/extension_options/extension_options_constants.cc (revision 291327)
|
| +++ trunk/src/chrome/browser/guest_view/extension_options/extension_options_constants.cc (working copy)
|
| @@ -17,11 +17,7 @@
|
| const char kAttributeMinWidth[] = "minwidth";
|
|
|
| const char kExtensionId[] = "extensionId";
|
| +const char kHeight[] = "height";
|
| +const char kWidth[] = "width";
|
|
|
| -const char kNewHeight[] = "newHeight";
|
| -const char kNewWidth[] = "newWidth";
|
| -const char kOldHeight[] = "oldHeight";
|
| -const char kOldWidth[] = "oldWidth";
|
| -
|
| -
|
| } // namespace extensionoptions
|
|
|